Html Css Color HEX #005E73 Blue Lagoon

📋 copy color: '#005E73'

red 0 ◦ green 94 ◦ blue 115

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

Shades of Blue Lagoon #005E73

Tints of Blue Lagoon #005E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 0%
G = 44.98%
B = 55.02%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005E73 (or 0x005E73) is known color: Blue Lagoon. HEX triplet: 00, 5E and 73. RGB value is (0,94,115). Sum of RGB (Red+Green+Blue) = 0+94+115=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #005E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E73 is #FFA18C. Grayscale: #444444. Windows color (decimal): -16753037 or 7560704. OLE color: 7560704.

HSL color Cylindrical-coordinate representation of color #005E73: hue angle of 190.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E73 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 94 115 -
CMYK 1 0.18 0 0.55
HSL 190.96º 1% 0.23% -
HSV(B) 190.96º 1% 0.45% -
XYZ 7.1 9.24 17.63 -
YUV 68.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 0 94 115 1 0.18 0 0.55 190.96 1 0.23
Hex 0 5E 73 64 12 0 37 BF 64 17
Octal 0 136 163 144 22 0 67 277 144 27
Binary 0 1011110 1110011 1100100 10010 0 110111 10111111 1100100 10111

Color Harmonies of #005E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E73

Black with #005E73

Text Example


Text Example

White with #005E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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