Html Css Color HEX #016884 Blue Lagoon

📋 copy color: '#016884'

red 1 ◦ green 104 ◦ blue 132

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

Shades of Blue Lagoon #016884

Tints of Blue Lagoon #016884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 0.42%
G = 43.88%
B = 55.7%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016884 (or 0x016884) is known color: Blue Lagoon. HEX triplet: 01, 68 and 84. RGB value is (1,104,132). Sum of RGB (Red+Green+Blue) = 1+104+132=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #016884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016884 is #FE977B. Grayscale: #4C4C4C. Windows color (decimal): -16684924 or 8677377. OLE color: 8677377.

HSL color Cylindrical-coordinate representation of color #016884: hue angle of 192.82º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016884 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 104 132 -
CMYK 0.99 0.21 0 0.48
HSL 192.82º 0.98% 0.26% -
HSV(B) 192.82º 0.99% 0.52% -
XYZ 9.13 11.57 23.58 -
YUV 76.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 1 104 132 0.99 0.21 0 0.48 192.82 0.98 0.26
Hex 1 68 84 63 15 0 30 C1 62 1A
Octal 1 150 204 143 25 0 60 301 142 32
Binary 1 1101000 10000100 1100011 10101 0 110000 11000001 1100010 11010

Color Harmonies of #016884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016884

Black with #016884

Text Example


Text Example

White with #016884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016884; }

 p { color: rgb(1,104,132); }

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

background-color css

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

 a { background-color: rgb(1,104,132); }

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

border-color css

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

 span { border-color: rgb(1,104,132); }

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