Html Css Color HEX #005E71 Blue Lagoon

📋 copy color: '#005E71'

red 0 ◦ green 94 ◦ blue 113

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

Shades of Blue Lagoon #005E71

Tints of Blue Lagoon #005E71

RGB

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

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

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

R = 0%
G = 45.41%
B = 54.59%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005E71 (or 0x005E71) is known color: Blue Lagoon. HEX triplet: 00, 5E and 71. RGB value is (0,94,113). Sum of RGB (Red+Green+Blue) = 0+94+113=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #005E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E71 is #FFA18E. Grayscale: #434343. Windows color (decimal): -16753039 or 7429632. OLE color: 7429632.

HSL color Cylindrical-coordinate representation of color #005E71: hue angle of 190.09º 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 #005E71 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 94 113 -
CMYK 1 0.17 0 0.56
HSL 190.09º 1% 0.22% -
HSV(B) 190.09º 1% 0.44% -
XYZ 6.98 9.2 17.03 -
YUV 68.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 0 94 113 1 0.17 0 0.56 190.09 1 0.22
Hex 0 5E 71 64 11 0 38 BE 64 16
Octal 0 136 161 144 21 0 70 276 144 26
Binary 0 1011110 1110001 1100100 10001 0 111000 10111110 1100100 10110

Color Harmonies of #005E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E71

Black with #005E71

Text Example


Text Example

White with #005E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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