#010087

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

Shades of Dark Blue #010087

Tints of Dark Blue #010087

Color information

#010087 (or 0x010087) is unknown color: approx Dark Blue. HEX triplet: 01, 00 and 87. RGB value is (1,0,135). Sum of RGB (Red+Green+Blue) = 1+0+135=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 135 (53.12% from 255 or 99.26% from 136); Max value from RGB is 135 - color contains mainly: blue. Hex color #010087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010087 is #FEFF78. Grayscale: #0F0F0F. Windows color (decimal): -16711545 or 8847361. OLE color: 8847361.

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

Color convert

RGB10135-
CMYK0.99100.47
HSL240.44º100%26.47%-
HSV(B)240.44º100%52.94%-
XYZ4.391.7623.03-
YUV15.69195.33117.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 99.26%
R=0.74%
G=0%
B=99.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101350.99100.47240.4410026.47
Hex1087636402Ff0641a
Octal1020714314405736014432
Binary101000011111000111100100010111111110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010087; }

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

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

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

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

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

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

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

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