Html Css Color HEX #016877 Blue Lagoon

📋 copy color: '#016877'

red 1 ◦ green 104 ◦ blue 119

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

Shades of Blue Lagoon #016877

Tints of Blue Lagoon #016877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 0.45%
G = 46.43%
B = 53.13%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016877 (or 0x016877) is known color: Blue Lagoon. HEX triplet: 01, 68 and 77. RGB value is (1,104,119). Sum of RGB (Red+Green+Blue) = 1+104+119=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #016877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016877 is #FE9788. Grayscale: #4A4A4A. Windows color (decimal): -16684937 or 7825409. OLE color: 7825409.

HSL color Cylindrical-coordinate representation of color #016877: hue angle of 187.63º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016877 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 104 119 -
CMYK 0.99 0.13 0 0.53
HSL 187.63º 0.98% 0.24% -
HSV(B) 187.63º 0.99% 0.47% -
XYZ 8.29 11.24 19.19 -
YUV 74.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 1 104 119 0.99 0.13 0 0.53 187.63 0.98 0.24
Hex 1 68 77 63 D 0 35 BC 62 18
Octal 1 150 167 143 15 0 65 274 142 30
Binary 1 1101000 1110111 1100011 1101 0 110101 10111100 1100010 11000

Color Harmonies of #016877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016877

Black with #016877

Text Example


Text Example

White with #016877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016877; }

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

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

background-color css

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

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

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

border-color css

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

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

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