#001190

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

Shades of Dark Blue #001190

Tints of Dark Blue #001190

Color information

#001190 (or 0x001190) is unknown color: approx Dark Blue. HEX triplet: 00, 11 and 90. RGB value is (0,17,144). Sum of RGB (Red+Green+Blue) = 0+17+144=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #001190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001190 is #FFEE6F. Grayscale: #191919. Windows color (decimal): -16772720 or 9441536. OLE color: 9441536.

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

Color convert

RGB017144-
CMYK10.8800.44
HSL232.92º100%28.24%-
HSV(B)232.92º100%56.47%-
XYZ5.232.4126.58-
YUV26.4194.37109.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 144 (56.64% from 255) = 89.44%
R=0%
G=10.56%
B=89.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal01714410.8800.44232.9210028.24
Hex01190645802Ce9641c
Octal02122014413005435114434
Binary0100011001000011001001011000010110011101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001190; }

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

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

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

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

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

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

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

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