Html Css Color HEX #016276 Blue Lagoon

📋 copy color: '#016276'

red 1 ◦ green 98 ◦ blue 118

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

Shades of Blue Lagoon #016276

Tints of Blue Lagoon #016276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 0.46%
G = 45.16%
B = 54.38%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016276 (or 0x016276) is known color: Blue Lagoon. HEX triplet: 01, 62 and 76. RGB value is (1,98,118). Sum of RGB (Red+Green+Blue) = 1+98+118=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #016276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016276 is #FE9D89. Grayscale: #474747. Windows color (decimal): -16686474 or 7758337. OLE color: 7758337.

HSL color Cylindrical-coordinate representation of color #016276: hue angle of 190.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016276 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 98 118 -
CMYK 0.99 0.17 0 0.54
HSL 190.26º 0.98% 0.23% -
HSV(B) 190.26º 0.99% 0.46% -
XYZ 7.65 10.05 18.68 -
YUV 71.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 1 98 118 0.99 0.17 0 0.54 190.26 0.98 0.23
Hex 1 62 76 63 11 0 36 BE 62 17
Octal 1 142 166 143 21 0 66 276 142 27
Binary 1 1100010 1110110 1100011 10001 0 110110 10111110 1100010 10111

Color Harmonies of #016276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016276

Black with #016276

Text Example


Text Example

White with #016276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016276; }

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

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

background-color css

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

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

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

border-color css

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

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

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