Html Css Color HEX #005978 Blue Lagoon

📋 copy color: '#005978'

red 0 ◦ green 89 ◦ blue 120

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

Shades of Blue Lagoon #005978

Tints of Blue Lagoon #005978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 0%
G = 42.58%
B = 57.42%

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

#005978 (or 0x005978) is known color: Blue Lagoon. HEX triplet: 00, 59 and 78. RGB value is (0,89,120). Sum of RGB (Red+Green+Blue) = 0+89+120=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #005978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005978 is #FFA687. Grayscale: #414141. Windows color (decimal): -16754312 or 7887104. OLE color: 7887104.

HSL color Cylindrical-coordinate representation of color #005978: hue angle of 195.5º 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 #005978 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 89 120 -
CMYK 1 0.26 0 0.53
HSL 195.5º 1% 0.24% -
HSV(B) 195.5º 1% 0.47% -
XYZ 6.96 8.5 19.04 -
YUV 65.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 0 89 120 1 0.26 0 0.53 195.5 1 0.24
Hex 0 59 78 64 1A 0 35 C4 64 18
Octal 0 131 170 144 32 0 65 304 144 30
Binary 0 1011001 1111000 1100100 11010 0 110101 11000100 1100100 11000

Color Harmonies of #005978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005978

Black with #005978

Text Example


Text Example

White with #005978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005978; }

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

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

background-color css

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

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

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

border-color css

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

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

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