Html Css Color HEX #045F71 Blue Lagoon

📋 copy color: '#045F71'

red 4 ◦ green 95 ◦ blue 113

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

Shades of Blue Lagoon #045F71

Tints of Blue Lagoon #045F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.81%

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

R = 1.89%
G = 44.81%
B = 53.3%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045F71 (or 0x045F71) is known color: Blue Lagoon. HEX triplet: 04, 5F and 71. RGB value is (4,95,113). Sum of RGB (Red+Green+Blue) = 4+95+113=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #045F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F71 is #FBA08E. Grayscale: #454545. Windows color (decimal): -16490639 or 7429892. OLE color: 7429892.

HSL color Cylindrical-coordinate representation of color #045F71: hue angle of 189.91º 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 #045F71 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 95 113 -
CMYK 0.96 0.16 0 0.56
HSL 189.91º 0.93% 0.23% -
HSV(B) 189.91º 0.96% 0.44% -
XYZ 7.12 9.4 17.06 -
YUV 69.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 4 95 113 0.96 0.16 0 0.56 189.91 0.93 0.23
Hex 4 5F 71 60 10 0 38 BE 5D 17
Octal 4 137 161 140 20 0 70 276 135 27
Binary 100 1011111 1110001 1100000 10000 0 111000 10111110 1011101 10111

Color Harmonies of #045F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F71

Black with #045F71

Text Example


Text Example

White with #045F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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