#000F87

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

Shades of Dark Blue #000F87

Tints of Dark Blue #000F87

Color information

#000F87 (or 0x000F87) is unknown color: approx Dark Blue. HEX triplet: 00, 0F and 87. RGB value is (0,15,135). Sum of RGB (Red+Green+Blue) = 0+15+135=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 135 (53.12% from 255 or 90% from 150); Max value from RGB is 135 - color contains mainly: blue. Hex color #000F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F87 is #FFF078. Grayscale: #171717. Windows color (decimal): -16773241 or 8851200. OLE color: 8851200.

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

Color convert

RGB015135-
CMYK10.8900.47
HSL233.33º100%26.47%-
HSV(B)233.33º100%52.94%-
XYZ4.542.0923.09-
YUV24.2190.53110.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 135 (53.12% from 255) = 90%
R=0%
G=10%
B=90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01513510.8900.47233.3310026.47
Hex0F87645902Fe9641a
Octal01720714413105735114432
Binary011111000011111001001011001010111111101001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F87; }

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

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

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

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

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

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

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

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