Html Css Color HEX #016266 Blue Lagoon

📋 copy color: '#016266'

red 1 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #016266

Tints of Blue Lagoon #016266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 0.5%
G = 48.76%
B = 50.75%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#016266 (or 0x016266) is known color: Blue Lagoon. HEX triplet: 01, 62 and 66. RGB value is (1,98,102). Sum of RGB (Red+Green+Blue) = 1+98+102=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #016266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016266 is #FE9D99. Grayscale: #454545. Windows color (decimal): -16686490 or 6709761. OLE color: 6709761.

HSL color Cylindrical-coordinate representation of color #016266: hue angle of 182.38º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016266 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 98 102 -
CMYK 0.99 0.04 0 0.6
HSL 182.38º 0.98% 0.2% -
HSV(B) 182.38º 0.99% 0.4% -
XYZ 6.78 9.7 14.09 -
YUV 69.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 1 98 102 0.99 0.04 0 0.6 182.38 0.98 0.2
Hex 1 62 66 63 4 0 3C B6 62 14
Octal 1 142 146 143 4 0 74 266 142 24
Binary 1 1100010 1100110 1100011 100 0 111100 10110110 1100010 10100

Color Harmonies of #016266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016266

Black with #016266

Text Example


Text Example

White with #016266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016266; }

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

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

background-color css

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

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

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

border-color css

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

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

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