#001291

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

Shades of Dark Blue #001291

Tints of Dark Blue #001291

Color information

#001291 (or 0x001291) is unknown color: approx Dark Blue. HEX triplet: 00, 12 and 91. RGB value is (0,18,145). Sum of RGB (Red+Green+Blue) = 0+18+145=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #001291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001291 is #FFED6E. Grayscale: #1A1A1A. Windows color (decimal): -16772463 or 9507328. OLE color: 9507328.

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

Color convert

RGB018145-
CMYK10.8800.43
HSL232.55º100%28.43%-
HSV(B)232.55º100%56.86%-
XYZ5.332.4826.99-
YUV27.1194.54108.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 145 (57.03% from 255) = 88.96%
R=0%
G=11.04%
B=88.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01814510.8800.43232.5510028.43
Hex01291645802Be9641c
Octal02222114413005335114434
Binary0100101001000111001001011000010101111101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001291; }

 p { color: rgb(0,18,145); }

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

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

 a { background-color: rgb(0,18,145); }

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

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

 span { border-color: rgb(0,18,145); }

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