Html Css Color HEX #016066 Blue Lagoon

📋 copy color: '#016066'

red 1 ◦ green 96 ◦ blue 102

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

Shades of Blue Lagoon #016066

Tints of Blue Lagoon #016066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

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

R = 0.5%
G = 48.24%
B = 51.26%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#016066 (or 0x016066) is known color: Blue Lagoon. HEX triplet: 01, 60 and 66. RGB value is (1,96,102). Sum of RGB (Red+Green+Blue) = 1+96+102=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #016066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016066 is #FE9F99. Grayscale: #444444. Windows color (decimal): -16687002 or 6709249. OLE color: 6709249.

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

Color convert

RGB 1 96 102 -
CMYK 0.99 0.06 0 0.6
HSL 183.56º 0.98% 0.2% -
HSV(B) 183.56º 0.99% 0.4% -
XYZ 6.59 9.33 14.02 -
YUV 68.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 1 96 102 0.99 0.06 0 0.6 183.56 0.98 0.2
Hex 1 60 66 63 6 0 3C B8 62 14
Octal 1 140 146 143 6 0 74 270 142 24
Binary 1 1100000 1100110 1100011 110 0 111100 10111000 1100010 10100

Color Harmonies of #016066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016066

Black with #016066

Text Example


Text Example

White with #016066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016066; }

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

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

background-color css

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

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

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

border-color css

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

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

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