#001087

Color #001087 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #001087

Tints of Dark Blue #001087

Color information

#001087 (or 0x001087) is unknown color: approx Dark Blue. HEX triplet: 00, 10 and 87. RGB value is (0,16,135). Sum of RGB (Red+Green+Blue) = 0+16+135=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 135 (53.12% from 255 or 89.40% from 151); Max value from RGB is 135 - color contains mainly: blue. Hex color #001087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001087 is #FFEF78. Grayscale: #181818. Windows color (decimal): -16772985 or 8851456. OLE color: 8851456.

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

Color convert

RGB016135-
CMYK10.8800.47
HSL232.89º100%26.47%-
HSV(B)232.89º100%52.94%-
XYZ4.562.1223.09-
YUV24.78190.2110.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 135 (53.12% from 255) = 89.40%
R=0%
G=10.60%
B=89.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01613510.8800.47232.8910026.47
Hex01087645802Fe9641a
Octal02020714413005735114432
Binary0100001000011111001001011000010111111101001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001087; }

 p { color: rgb(0,16,135); }

 H1.HeaderClassName
 {
   color: #001087;
 }
 .AnyTagClassName
 {
   color: #001087;
 }
</style>
background-color css

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

 a { background-color: rgb(0,16,135); }

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

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

 span { border-color: rgb(0,16,135); }

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