Html Css Color HEX #015978 Blue Lagoon

📋 copy color: '#015978'

red 1 ◦ green 89 ◦ blue 120

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

Shades of Blue Lagoon #015978

Tints of Blue Lagoon #015978

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

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

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

R = 0.48%
G = 42.38%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015978 (or 0x015978) is known color: Blue Lagoon. HEX triplet: 01, 59 and 78. RGB value is (1,89,120). Sum of RGB (Red+Green+Blue) = 1+89+120=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #015978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015978 is #FEA687. Grayscale: #424242. Windows color (decimal): -16688776 or 7887105. OLE color: 7887105.

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

Color convert

RGB 1 89 120 -
CMYK 0.99 0.26 0 0.53
HSL 195.63º 0.98% 0.24% -
HSV(B) 195.63º 0.99% 0.47% -
XYZ 6.98 8.51 19.04 -
YUV 66.22 158.35 81.48 -
System Red Green Blue C M Y K H S L
Decimal 1 89 120 0.99 0.26 0 0.53 195.63 0.98 0.24
Hex 1 59 78 63 1A 0 35 C4 62 18
Octal 1 131 170 143 32 0 65 304 142 30
Binary 1 1011001 1111000 1100011 11010 0 110101 11000100 1100010 11000

Color Harmonies of #015978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015978

Black with #015978

Text Example


Text Example

White with #015978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015978; }

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

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

background-color css

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

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

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

border-color css

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

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

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