#001487

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

Shades of Dark Blue #001487

Tints of Dark Blue #001487

Color information

#001487 (or 0x001487) is unknown color: approx Dark Blue. HEX triplet: 00, 14 and 87. RGB value is (0,20,135). Sum of RGB (Red+Green+Blue) = 0+20+135=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #001487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001487 is #FFEB78. Grayscale: #1A1A1A. Windows color (decimal): -16771961 or 8852480. OLE color: 8852480.

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

Color convert

RGB020135-
CMYK10.8500.47
HSL231.11º100%26.47%-
HSV(B)231.11º100%52.94%-
XYZ4.622.2523.11-
YUV27.13188.87108.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 135 (53.12% from 255) = 87.10%
R=0%
G=12.90%
B=87.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02013510.8500.47231.1110026.47
Hex01487645502Fe7641a
Octal02420714412505734714432
Binary0101001000011111001001010101010111111100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001487; }

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

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

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

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

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

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

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

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