Html Css Color HEX #016487 Blue Lagoon

📋 copy color: '#016487'

red 1 ◦ green 100 ◦ blue 135

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

Shades of Blue Lagoon #016487

Tints of Blue Lagoon #016487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

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

R = 0.42%
G = 42.37%
B = 57.2%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016487 (or 0x016487) is known color: Blue Lagoon. HEX triplet: 01, 64 and 87. RGB value is (1,100,135). Sum of RGB (Red+Green+Blue) = 1+100+135=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #016487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016487 is #FE9B78. Grayscale: #4A4A4A. Windows color (decimal): -16685945 or 8872961. OLE color: 8872961.

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

Color convert

RGB 1 100 135 -
CMYK 0.99 0.26 0 0.47
HSL 195.67º 0.99% 0.27% -
HSV(B) 195.67º 0.99% 0.53% -
XYZ 8.94 10.87 24.55 -
YUV 74.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 1 100 135 0.99 0.26 0 0.47 195.67 0.99 0.27
Hex 1 64 87 63 1A 0 2F C4 63 1B
Octal 1 144 207 143 32 0 57 304 143 33
Binary 1 1100100 10000111 1100011 11010 0 101111 11000100 1100011 11011

Color Harmonies of #016487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016487

Black with #016487

Text Example


Text Example

White with #016487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016487; }

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

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

background-color css

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

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

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

border-color css

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

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

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