Html Css Color HEX #016879 Blue Lagoon

📋 copy color: '#016879'

red 1 ◦ green 104 ◦ blue 121

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

Shades of Blue Lagoon #016879

Tints of Blue Lagoon #016879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 0.44%
G = 46.02%
B = 53.54%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016879 (or 0x016879) is known color: Blue Lagoon. HEX triplet: 01, 68 and 79. RGB value is (1,104,121). Sum of RGB (Red+Green+Blue) = 1+104+121=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #016879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016879 is #FE9786. Grayscale: #4A4A4A. Windows color (decimal): -16684935 or 7956481. OLE color: 7956481.

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

Color convert

RGB 1 104 121 -
CMYK 0.99 0.14 0 0.53
HSL 188.5º 0.98% 0.24% -
HSV(B) 188.5º 0.99% 0.47% -
XYZ 8.41 11.29 19.82 -
YUV 75.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 1 104 121 0.99 0.14 0 0.53 188.5 0.98 0.24
Hex 1 68 79 63 E 0 35 BC 62 18
Octal 1 150 171 143 16 0 65 274 142 30
Binary 1 1101000 1111001 1100011 1110 0 110101 10111100 1100010 11000

Color Harmonies of #016879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016879

Black with #016879

Text Example


Text Example

White with #016879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016879; }

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

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

background-color css

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

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

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

border-color css

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

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

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