Html Css Color HEX #045972 Blue Lagoon

📋 copy color: '#045972'

red 4 ◦ green 89 ◦ blue 114

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

Shades of Blue Lagoon #045972

Tints of Blue Lagoon #045972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

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

R = 1.93%
G = 43%
B = 55.07%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045972 (or 0x045972) is known color: Blue Lagoon. HEX triplet: 04, 59 and 72. RGB value is (4,89,114). Sum of RGB (Red+Green+Blue) = 4+89+114=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #045972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045972 is #FBA68D. Grayscale: #424242. Windows color (decimal): -16492174 or 7493892. OLE color: 7493892.

HSL color Cylindrical-coordinate representation of color #045972: hue angle of 193.64º 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 #045972 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 89 114 -
CMYK 0.96 0.22 0 0.55
HSL 193.64º 0.93% 0.23% -
HSV(B) 193.64º 0.96% 0.45% -
XYZ 6.66 8.39 17.19 -
YUV 66.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 4 89 114 0.96 0.22 0 0.55 193.64 0.93 0.23
Hex 4 59 72 60 16 0 37 C2 5D 17
Octal 4 131 162 140 26 0 67 302 135 27
Binary 100 1011001 1110010 1100000 10110 0 110111 11000010 1011101 10111

Color Harmonies of #045972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045972

Black with #045972

Text Example


Text Example

White with #045972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045972; }

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

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

background-color css

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

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

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

border-color css

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

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

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