Html Css Color HEX #016476 Blue Lagoon

📋 copy color: '#016476'

red 1 ◦ green 100 ◦ blue 118

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

Shades of Blue Lagoon #016476

Tints of Blue Lagoon #016476

RGB

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

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

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

R = 0.46%
G = 45.66%
B = 53.88%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016476 (or 0x016476) is known color: Blue Lagoon. HEX triplet: 01, 64 and 76. RGB value is (1,100,118). Sum of RGB (Red+Green+Blue) = 1+100+118=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #016476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016476 is #FE9B89. Grayscale: #484848. Windows color (decimal): -16685962 or 7758849. OLE color: 7758849.

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

Color convert

RGB 1 100 118 -
CMYK 0.99 0.15 0 0.54
HSL 189.23º 0.98% 0.23% -
HSV(B) 189.23º 0.99% 0.46% -
XYZ 7.84 10.43 18.74 -
YUV 72.45 153.7 77.04 -
System Red Green Blue C M Y K H S L
Decimal 1 100 118 0.99 0.15 0 0.54 189.23 0.98 0.23
Hex 1 64 76 63 F 0 36 BD 62 17
Octal 1 144 166 143 17 0 66 275 142 27
Binary 1 1100100 1110110 1100011 1111 0 110110 10111101 1100010 10111

Color Harmonies of #016476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016476

Black with #016476

Text Example


Text Example

White with #016476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016476; }

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

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

background-color css

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

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

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

border-color css

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

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

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