Html Css Color HEX #016587 Blue Lagoon

📋 copy color: '#016587'

red 1 ◦ green 101 ◦ blue 135

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

Shades of Blue Lagoon #016587

Tints of Blue Lagoon #016587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 0.42%
G = 42.62%
B = 56.96%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016587 (or 0x016587) is known color: Blue Lagoon. HEX triplet: 01, 65 and 87. RGB value is (1,101,135). Sum of RGB (Red+Green+Blue) = 1+101+135=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #016587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016587 is #FE9A78. Grayscale: #4A4A4A. Windows color (decimal): -16685689 or 8873217. OLE color: 8873217.

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

Color convert

RGB 1 101 135 -
CMYK 0.99 0.25 0 0.47
HSL 195.22º 0.99% 0.27% -
HSV(B) 195.22º 0.99% 0.53% -
XYZ 9.04 11.06 24.58 -
YUV 74.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 1 101 135 0.99 0.25 0 0.47 195.22 0.99 0.27
Hex 1 65 87 63 19 0 2F C3 63 1B
Octal 1 145 207 143 31 0 57 303 143 33
Binary 1 1100101 10000111 1100011 11001 0 101111 11000011 1100011 11011

Color Harmonies of #016587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016587

Black with #016587

Text Example


Text Example

White with #016587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016587; }

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

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

background-color css

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

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

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

border-color css

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

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

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