Html Css Color HEX #005979 Blue Lagoon

📋 copy color: '#005979'

red 0 ◦ green 89 ◦ blue 121

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

Shades of Blue Lagoon #005979

Tints of Blue Lagoon #005979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 0%
G = 42.38%
B = 57.62%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#005979 (or 0x005979) is known color: Blue Lagoon. HEX triplet: 00, 59 and 79. RGB value is (0,89,121). Sum of RGB (Red+Green+Blue) = 0+89+121=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #005979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005979 is #FFA686. Grayscale: #414141. Windows color (decimal): -16754311 or 7952640. OLE color: 7952640.

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

Color convert

RGB 0 89 121 -
CMYK 1 0.26 0 0.53
HSL 195.87º 1% 0.24% -
HSV(B) 195.87º 1% 0.47% -
XYZ 7.02 8.53 19.36 -
YUV 66.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 0 89 121 1 0.26 0 0.53 195.87 1 0.24
Hex 0 59 79 64 1A 0 35 C4 64 18
Octal 0 131 171 144 32 0 65 304 144 30
Binary 0 1011001 1111001 1100100 11010 0 110101 11000100 1100100 11000

Color Harmonies of #005979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005979

Black with #005979

Text Example


Text Example

White with #005979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005979; }

 p { color: rgb(0,89,121); }

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

background-color css

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

 a { background-color: rgb(0,89,121); }

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

border-color css

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

 span { border-color: rgb(0,89,121); }

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