Html Css Color HEX #005F71 Blue Lagoon

📋 copy color: '#005F71'

red 0 ◦ green 95 ◦ blue 113

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

Shades of Blue Lagoon #005F71

Tints of Blue Lagoon #005F71

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.67%
B = 54.33%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005F71 (or 0x005F71) is known color: Blue Lagoon. HEX triplet: 00, 5F and 71. RGB value is (0,95,113). Sum of RGB (Red+Green+Blue) = 0+95+113=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #005F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F71 is #FFA08E. Grayscale: #444444. Windows color (decimal): -16752783 or 7429888. OLE color: 7429888.

HSL color Cylindrical-coordinate representation of color #005F71: hue angle of 189.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F71 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 95 113 -
CMYK 1 0.16 0 0.56
HSL 189.56º 1% 0.22% -
HSV(B) 189.56º 1% 0.44% -
XYZ 7.07 9.38 17.06 -
YUV 68.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 0 95 113 1 0.16 0 0.56 189.56 1 0.22
Hex 0 5F 71 64 10 0 38 BE 64 16
Octal 0 137 161 144 20 0 70 276 144 26
Binary 0 1011111 1110001 1100100 10000 0 111000 10111110 1100100 10110

Color Harmonies of #005F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F71

Black with #005F71

Text Example


Text Example

White with #005F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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