#001391

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

Shades of Dark Blue #001391

Tints of Dark Blue #001391

Color information

#001391 (or 0x001391) is unknown color: approx Dark Blue. HEX triplet: 00, 13 and 91. RGB value is (0,19,145). Sum of RGB (Red+Green+Blue) = 0+19+145=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #001391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001391 is #FFEC6E. Grayscale: #1B1B1B. Windows color (decimal): -16772207 or 9507584. OLE color: 9507584.

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

Color convert

RGB019145-
CMYK10.8700.43
HSL232.14º100%28.43%-
HSV(B)232.14º100%56.86%-
XYZ5.342.5126.99-
YUV27.68194.21108.25-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal01914510.8700.43232.1410028.43
Hex01391645702Be8641c
Octal02322114412705335014434
Binary0100111001000111001001010111010101111101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001391; }

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

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

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

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

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

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

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

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