Html Css Color HEX #016979 Blue Lagoon

📋 copy color: '#016979'

red 1 ◦ green 105 ◦ blue 121

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

Shades of Blue Lagoon #016979

Tints of Blue Lagoon #016979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 0.44%
G = 46.26%
B = 53.3%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016979 (or 0x016979) is known color: Blue Lagoon. HEX triplet: 01, 69 and 79. RGB value is (1,105,121). Sum of RGB (Red+Green+Blue) = 1+105+121=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #016979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016979 is #FE9686. Grayscale: #4B4B4B. Windows color (decimal): -16684679 or 7956737. OLE color: 7956737.

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

Color convert

RGB 1 105 121 -
CMYK 0.99 0.13 0 0.53
HSL 188º 0.98% 0.24% -
HSV(B) 188º 0.99% 0.47% -
XYZ 8.52 11.49 19.86 -
YUV 75.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 1 105 121 0.99 0.13 0 0.53 188 0.98 0.24
Hex 1 69 79 63 D 0 35 BC 62 18
Octal 1 151 171 143 15 0 65 274 142 30
Binary 1 1101001 1111001 1100011 1101 0 110101 10111100 1100010 11000

Color Harmonies of #016979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016979

Black with #016979

Text Example


Text Example

White with #016979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016979; }

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

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

background-color css

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

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

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

border-color css

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

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

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