Html Css Color HEX #016887 Blue Lagoon

📋 copy color: '#016887'

red 1 ◦ green 104 ◦ blue 135

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

Shades of Blue Lagoon #016887

Tints of Blue Lagoon #016887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 0.42%
G = 43.33%
B = 56.25%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016887 (or 0x016887) is known color: Blue Lagoon. HEX triplet: 01, 68 and 87. RGB value is (1,104,135). Sum of RGB (Red+Green+Blue) = 1+104+135=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #016887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016887 is #FE9778. Grayscale: #4C4C4C. Windows color (decimal): -16684921 or 8873985. OLE color: 8873985.

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

Color convert

RGB 1 104 135 -
CMYK 0.99 0.23 0 0.47
HSL 193.88º 0.99% 0.27% -
HSV(B) 193.88º 0.99% 0.53% -
XYZ 9.34 11.66 24.68 -
YUV 76.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 1 104 135 0.99 0.23 0 0.47 193.88 0.99 0.27
Hex 1 68 87 63 17 0 2F C2 63 1B
Octal 1 150 207 143 27 0 57 302 143 33
Binary 1 1101000 10000111 1100011 10111 0 101111 11000010 1100011 11011

Color Harmonies of #016887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016887

Black with #016887

Text Example


Text Example

White with #016887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016887; }

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

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

background-color css

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

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

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

border-color css

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

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

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