Html Css Color HEX #005A73 Blue Lagoon

📋 copy color: '#005A73'

red 0 ◦ green 90 ◦ blue 115

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

Shades of Blue Lagoon #005A73

Tints of Blue Lagoon #005A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 0%
G = 43.9%
B = 56.1%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005A73 (or 0x005A73) is known color: Blue Lagoon. HEX triplet: 00, 5A and 73. RGB value is (0,90,115). Sum of RGB (Red+Green+Blue) = 0+90+115=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #005A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A73 is #FFA58C. Grayscale: #414141. Windows color (decimal): -16754061 or 7559680. OLE color: 7559680.

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

Color convert

RGB 0 90 115 -
CMYK 1 0.22 0 0.55
HSL 193.04º 1% 0.23% -
HSV(B) 193.04º 1% 0.45% -
XYZ 6.75 8.55 17.51 -
YUV 65.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 0 90 115 1 0.22 0 0.55 193.04 1 0.23
Hex 0 5A 73 64 16 0 37 C1 64 17
Octal 0 132 163 144 26 0 67 301 144 27
Binary 0 1011010 1110011 1100100 10110 0 110111 11000001 1100100 10111

Color Harmonies of #005A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A73

Black with #005A73

Text Example


Text Example

White with #005A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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