Html Css Color HEX #016466 Blue Lagoon

📋 copy color: '#016466'

red 1 ◦ green 100 ◦ blue 102

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

Shades of Blue Lagoon #016466

Tints of Blue Lagoon #016466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.26%

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

R = 0.49%
G = 49.26%
B = 50.25%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#016466 (or 0x016466) is known color: Blue Lagoon. HEX triplet: 01, 64 and 66. RGB value is (1,100,102). Sum of RGB (Red+Green+Blue) = 1+100+102=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #016466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016466 is #FE9B99. Grayscale: #464646. Windows color (decimal): -16685978 or 6710273. OLE color: 6710273.

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

Color convert

RGB 1 100 102 -
CMYK 0.99 0.02 0 0.6
HSL 181.19º 0.98% 0.2% -
HSV(B) 181.19º 0.99% 0.4% -
XYZ 6.97 10.08 14.15 -
YUV 70.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 1 100 102 0.99 0.02 0 0.6 181.19 0.98 0.2
Hex 1 64 66 63 2 0 3C B5 62 14
Octal 1 144 146 143 2 0 74 265 142 24
Binary 1 1100100 1100110 1100011 10 0 111100 10110101 1100010 10100

Color Harmonies of #016466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016466

Black with #016466

Text Example


Text Example

White with #016466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016466; }

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

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

background-color css

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

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

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

border-color css

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

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

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