Html Css Color HEX #015979 Blue Lagoon

📋 copy color: '#015979'

red 1 ◦ green 89 ◦ blue 121

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

Shades of Blue Lagoon #015979

Tints of Blue Lagoon #015979

RGB

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

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

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

R = 0.47%
G = 42.18%
B = 57.35%

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

#015979 (or 0x015979) is known color: Blue Lagoon. HEX triplet: 01, 59 and 79. RGB value is (1,89,121). Sum of RGB (Red+Green+Blue) = 1+89+121=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #015979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015979 is #FEA686. Grayscale: #424242. Windows color (decimal): -16688775 or 7952641. OLE color: 7952641.

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

Color convert

RGB 1 89 121 -
CMYK 0.99 0.26 0 0.53
HSL 196º 0.98% 0.24% -
HSV(B) 196º 0.99% 0.47% -
XYZ 7.04 8.53 19.37 -
YUV 66.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 1 89 121 0.99 0.26 0 0.53 196 0.98 0.24
Hex 1 59 79 63 1A 0 35 C4 62 18
Octal 1 131 171 143 32 0 65 304 142 30
Binary 1 1011001 1111001 1100011 11010 0 110101 11000100 1100010 11000

Color Harmonies of #015979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015979

Black with #015979

Text Example


Text Example

White with #015979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015979; }

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

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

background-color css

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

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

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

border-color css

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

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

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