Html Css Color HEX #005A77 Blue Lagoon

📋 copy color: '#005A77'

red 0 ◦ green 90 ◦ blue 119

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

Shades of Blue Lagoon #005A77

Tints of Blue Lagoon #005A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 0%
G = 43.06%
B = 56.94%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005A77 (or 0x005A77) is known color: Blue Lagoon. HEX triplet: 00, 5A and 77. RGB value is (0,90,119). Sum of RGB (Red+Green+Blue) = 0+90+119=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #005A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A77 is #FFA588. Grayscale: #424242. Windows color (decimal): -16754057 or 7821824. OLE color: 7821824.

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

Color convert

RGB 0 90 119 -
CMYK 1 0.24 0 0.53
HSL 194.62º 1% 0.23% -
HSV(B) 194.62º 1% 0.47% -
XYZ 6.99 8.64 18.75 -
YUV 66.4 157.68 80.64 -
System Red Green Blue C M Y K H S L
Decimal 0 90 119 1 0.24 0 0.53 194.62 1 0.23
Hex 0 5A 77 64 18 0 35 C3 64 17
Octal 0 132 167 144 30 0 65 303 144 27
Binary 0 1011010 1110111 1100100 11000 0 110101 11000011 1100100 10111

Color Harmonies of #005A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A77

Black with #005A77

Text Example


Text Example

White with #005A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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