#001491

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

Shades of Dark Blue #001491

Tints of Dark Blue #001491

Color information

#001491 (or 0x001491) is unknown color: approx Dark Blue. HEX triplet: 00, 14 and 91. RGB value is (0,20,145). Sum of RGB (Red+Green+Blue) = 0+20+145=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #001491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001491 is #FFEB6E. Grayscale: #1B1B1B. Windows color (decimal): -16771951 or 9507840. OLE color: 9507840.

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

Color convert

RGB020145-
CMYK10.8600.43
HSL231.72º100%28.43%-
HSV(B)231.72º100%56.86%-
XYZ5.362.5427-
YUV28.27193.87107.84-

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.12%
BLUE value IS 145 (57.03% from 255) = 87.88%
R=0%
G=12.12%
B=87.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal02014510.8600.43231.7210028.43
Hex01491645602Be8641c
Octal02422114412605335014434
Binary0101001001000111001001010110010101111101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001491; }

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

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

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

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

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

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

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

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