Html Css Color HEX #016279 Blue Lagoon

📋 copy color: '#016279'

red 1 ◦ green 98 ◦ blue 121

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

Shades of Blue Lagoon #016279

Tints of Blue Lagoon #016279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

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

R = 0.45%
G = 44.55%
B = 55%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016279 (or 0x016279) is known color: Blue Lagoon. HEX triplet: 01, 62 and 79. RGB value is (1,98,121). Sum of RGB (Red+Green+Blue) = 1+98+121=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #016279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016279 is #FE9D86. Grayscale: #474747. Windows color (decimal): -16686471 or 7954945. OLE color: 7954945.

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

Color convert

RGB 1 98 121 -
CMYK 0.99 0.19 0 0.53
HSL 191.5º 0.98% 0.24% -
HSV(B) 191.5º 0.99% 0.47% -
XYZ 7.83 10.12 19.63 -
YUV 71.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 1 98 121 0.99 0.19 0 0.53 191.5 0.98 0.24
Hex 1 62 79 63 13 0 35 C0 62 18
Octal 1 142 171 143 23 0 65 300 142 30
Binary 1 1100010 1111001 1100011 10011 0 110101 11000000 1100010 11000

Color Harmonies of #016279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016279

Black with #016279

Text Example


Text Example

White with #016279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016279; }

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

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

background-color css

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

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

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

border-color css

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

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

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