Html Css Color HEX #045E72 Blue Lagoon

📋 copy color: '#045E72'

red 4 ◦ green 94 ◦ blue 114

#045E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #045E72

Tints of Blue Lagoon #045E72

RGB

 RED value IS 4 (1.95% from 255) = 1.89%

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 1.89%
G = 44.34%
B = 53.77%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#045E72 (or 0x045E72) is known color: Blue Lagoon. HEX triplet: 04, 5E and 72. RGB value is (4,94,114). Sum of RGB (Red+Green+Blue) = 4+94+114=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #045E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E72 is #FBA18D. Grayscale: #454545. Windows color (decimal): -16490894 or 7495172. OLE color: 7495172.

HSL color Cylindrical-coordinate representation of color #045E72: hue angle of 190.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E72 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 94 114 -
CMYK 0.96 0.18 0 0.55
HSL 190.91º 0.93% 0.23% -
HSV(B) 190.91º 0.96% 0.45% -
XYZ 7.09 9.25 17.33 -
YUV 69.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 4 94 114 0.96 0.18 0 0.55 190.91 0.93 0.23
Hex 4 5E 72 60 12 0 37 BF 5D 17
Octal 4 136 162 140 22 0 67 277 135 27
Binary 100 1011110 1110010 1100000 10010 0 110111 10111111 1011101 10111

Color Harmonies of #045E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E72

Black with #045E72

Text Example


Text Example

White with #045E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045E72; }

 p { color: rgb(4,94,114); }

 H1.HeaderClassName
 {
   color: #045E72;
 }
 .AnyTagClassName
 {
   color: #045E72;
 }
</style>

background-color css

<style>
 a { background-color: #045E72; }

 a { background-color: rgb(4,94,114); }

 div.DivClassName
 {
   background-color: #045E72;
 }
 .BgClassName
 {
   background-color: #045E72;
 }
</style>

border-color css

<style>
 span { border-color: #045E72; }

 span { border-color: rgb(4,94,114); }

 td.TdClassName
 {
   border-color: #045E72;
 }
 .TagClassName
 {
   border-color: #045E72;
 }
</style>