#001590

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

Shades of Dark Blue #001590

Tints of Dark Blue #001590

Color information

#001590 (or 0x001590) is unknown color: approx Dark Blue. HEX triplet: 00, 15 and 90. RGB value is (0,21,144). Sum of RGB (Red+Green+Blue) = 0+21+144=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #001590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001590 is #FFEA6F. Grayscale: #1C1C1C. Windows color (decimal): -16771696 or 9442560. OLE color: 9442560.

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

Color convert

RGB021144-
CMYK10.8500.44
HSL231.25º100%28.24%-
HSV(B)231.25º100%56.47%-
XYZ5.32.5526.6-
YUV28.74193.04107.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 144 (56.64% from 255) = 87.27%
R=0%
G=12.73%
B=87.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal02114410.8500.44231.2510028.24
Hex01590645502Ce7641c
Octal02522014412505434714434
Binary0101011001000011001001010101010110011100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001590; }

 p { color: rgb(0,21,144); }

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

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

 a { background-color: rgb(0,21,144); }

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

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

 span { border-color: rgb(0,21,144); }

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