Color Hex Logo

#072558 Color Hex

#072558
(7,37,88)
0 Favorites   0 Comments

Color spaces of #072558

RGB 73788
HSL0.600.850.19
HSV218°92°35°
CMYK 0.920.580.00   0.65
XYZ2.51062.07299.5003
Yxy2.07290.17830.1472
Hunter Lab14.39765.9305-29.0445
CIE-Lab15.865311.5572-33.7665

#072558 color RGB value is (7,37,88).

#072558 hex color red value is 7, green value is 37 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #072558 hue: 0.60 , saturation: 0.85 and the lightness value of 072558 is 0.19.

The process color (four color CMYK) of #072558 color hex is 0.92, 0.58, 0.00, 0.65. Web safe color of #072558 is #003366. Color #072558 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100101 01011000
Octal 7 45 130
Decimal 7 37 88
Hex 7 25 58

RGB Percentages of Color #072558

%5.30
%28.03
%66.67

CMYK Percentages of Color #072558

%92
%58
%0
%65

Triadic Colors of #072558

#072558 #580725 #255807

Analogous Colors of #072558

#072558 #110758 #074e58

Monochromatic Colors of #072558

#072558

Complementary Color

#072558 #583a07

#072558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072558 Color CSS Codes

.mybgcolor {background-color:#072558; } 
.myforecolor {color:#072558; }
.mybordercolor {border:3px solid #072558; }

#072558 Text Font Color

<p style="color:#072558">Text here</p>

This sample text font color is #072558
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#072558 Background Color

<div style="background-color:#072558">
Div content here</div>

This div background color is #072558


#072558 Border Color

<div style="border:3px solid #072558">
Div here</div>

This div border color is #072558


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,37,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072558; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072558;
  -webkit-box-shadow: 1px 1px 3px 2px #072558;
  box-shadow:         1px 1px 3px 2px #072558; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,37,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #072558">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #072558;
  -webkit-box-shadow: 1px 1px 3px 2px #072558;
  box-shadow:         1px 1px 3px 2px #072558;">
Div content here</div>

This div box has shadow with color #072558


Comments

No comments written yet.

Please login to write comment.