Html Css Color HEX #045971 Blue Lagoon

📋 copy color: '#045971'

red 4 ◦ green 89 ◦ blue 113

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

Shades of Blue Lagoon #045971

Tints of Blue Lagoon #045971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 1.94%
G = 43.2%
B = 54.85%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045971 (or 0x045971) is known color: Blue Lagoon. HEX triplet: 04, 59 and 71. RGB value is (4,89,113). Sum of RGB (Red+Green+Blue) = 4+89+113=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #045971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045971 is #FBA68E. Grayscale: #424242. Windows color (decimal): -16492175 or 7428356. OLE color: 7428356.

HSL color Cylindrical-coordinate representation of color #045971: hue angle of 193.21º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045971 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 89 113 -
CMYK 0.96 0.21 0 0.56
HSL 193.21º 0.93% 0.23% -
HSV(B) 193.21º 0.96% 0.44% -
XYZ 6.6 8.36 16.89 -
YUV 66.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 4 89 113 0.96 0.21 0 0.56 193.21 0.93 0.23
Hex 4 59 71 60 15 0 38 C1 5D 17
Octal 4 131 161 140 25 0 70 301 135 27
Binary 100 1011001 1110001 1100000 10101 0 111000 11000001 1011101 10111

Color Harmonies of #045971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045971

Black with #045971

Text Example


Text Example

White with #045971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045971; }

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

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

background-color css

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

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

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

border-color css

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

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

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