#001A87

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

Shades of Dark Blue #001A87

Tints of Dark Blue #001A87

Color information

#001A87 (or 0x001A87) is unknown color: approx Dark Blue. HEX triplet: 00, 1A and 87. RGB value is (0,26,135). Sum of RGB (Red+Green+Blue) = 0+26+135=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #001A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A87 is #FFE578. Grayscale: #1E1E1E. Windows color (decimal): -16770425 or 8854016. OLE color: 8854016.

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

Color convert

RGB026135-
CMYK10.8100.47
HSL228.44º100%26.47%-
HSV(B)228.44º100%52.94%-
XYZ4.742.4923.15-
YUV30.65186.89106.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=0%
G=16.15%
B=83.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02613510.8100.47228.4410026.47
Hex01A87645102Fe4641a
Octal03220714412105734414432
Binary0110101000011111001001010001010111111100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A87; }

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

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

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

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

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

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

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

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