#001393

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

Shades of Dark Blue #001393

Tints of Dark Blue #001393

Color information

#001393 (or 0x001393) is unknown color: approx Dark Blue. HEX triplet: 00, 13 and 93. RGB value is (0,19,147). Sum of RGB (Red+Green+Blue) = 0+19+147=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #001393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001393 is #FFEC6C. Grayscale: #1B1B1B. Windows color (decimal): -16772205 or 9638656. OLE color: 9638656.

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

Color convert

RGB019147-
CMYK10.8700.42
HSL232.24º100%28.82%-
HSV(B)232.24º100%57.65%-
XYZ5.52.5727.81-
YUV27.91195.21108.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 147 (57.81% from 255) = 88.55%
R=0%
G=11.45%
B=88.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal01914710.8700.42232.2410028.82
Hex01393645702Ae8641d
Octal02322314412705235014435
Binary0100111001001111001001010111010101011101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001393; }

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

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

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

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

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

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

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

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