#001593

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

Shades of Dark Blue #001593

Tints of Dark Blue #001593

Color information

#001593 (or 0x001593) is unknown color: approx Dark Blue. HEX triplet: 00, 15 and 93. RGB value is (0,21,147). Sum of RGB (Red+Green+Blue) = 0+21+147=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #001593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001593 is #FFEA6C. Grayscale: #1C1C1C. Windows color (decimal): -16771693 or 9639168. OLE color: 9639168.

HSL color Cylindrical-coordinate representation of color #001593: hue angle of 231.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001593 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB021147-
CMYK10.8600.42
HSL231.43º100%28.82%-
HSV(B)231.43º100%57.65%-
XYZ5.532.6427.82-
YUV29.08194.54107.25-

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.5%
BLUE value IS 147 (57.81% from 255) = 87.5%
R=0%
G=12.5%
B=87.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02114710.8600.42231.4310028.82
Hex01593645602Ae7641d
Octal02522314412605234714435
Binary0101011001001111001001010110010101011100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001593; }

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

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

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

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

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

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

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

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