Html Css Color HEX #016366 Blue Lagoon

📋 copy color: '#016366'

red 1 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #016366

Tints of Blue Lagoon #016366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.01%

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

R = 0.5%
G = 49.01%
B = 50.5%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#016366 (or 0x016366) is known color: Blue Lagoon. HEX triplet: 01, 63 and 66. RGB value is (1,99,102). Sum of RGB (Red+Green+Blue) = 1+99+102=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #016366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016366 is #FE9C99. Grayscale: #454545. Windows color (decimal): -16686234 or 6710017. OLE color: 6710017.

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

Color convert

RGB 1 99 102 -
CMYK 0.99 0.03 0 0.6
HSL 181.78º 0.98% 0.2% -
HSV(B) 181.78º 0.99% 0.4% -
XYZ 6.87 9.89 14.12 -
YUV 70.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 1 99 102 0.99 0.03 0 0.6 181.78 0.98 0.2
Hex 1 63 66 63 3 0 3C B6 62 14
Octal 1 143 146 143 3 0 74 266 142 24
Binary 1 1100011 1100110 1100011 11 0 111100 10110110 1100010 10100

Color Harmonies of #016366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016366

Black with #016366

Text Example


Text Example

White with #016366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016366; }

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

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

background-color css

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

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

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

border-color css

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

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

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