Html Css Color HEX #016687 Blue Lagoon

📋 copy color: '#016687'

red 1 ◦ green 102 ◦ blue 135

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

Shades of Blue Lagoon #016687

Tints of Blue Lagoon #016687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 0.42%
G = 42.86%
B = 56.72%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016687 (or 0x016687) is known color: Blue Lagoon. HEX triplet: 01, 66 and 87. RGB value is (1,102,135). Sum of RGB (Red+Green+Blue) = 1+102+135=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #016687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016687 is #FE9978. Grayscale: #4B4B4B. Windows color (decimal): -16685433 or 8873473. OLE color: 8873473.

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

Color convert

RGB 1 102 135 -
CMYK 0.99 0.24 0 0.47
HSL 194.78º 0.99% 0.27% -
HSV(B) 194.78º 0.99% 0.53% -
XYZ 9.14 11.26 24.61 -
YUV 75.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 1 102 135 0.99 0.24 0 0.47 194.78 0.99 0.27
Hex 1 66 87 63 18 0 2F C3 63 1B
Octal 1 146 207 143 30 0 57 303 143 33
Binary 1 1100110 10000111 1100011 11000 0 101111 11000011 1100011 11011

Color Harmonies of #016687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016687

Black with #016687

Text Example


Text Example

White with #016687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016687; }

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

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

background-color css

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

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

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

border-color css

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

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

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