#011690

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

Shades of Dark Blue #011690

Tints of Dark Blue #011690

Color information

#011690 (or 0x011690) is unknown color: approx Dark Blue. HEX triplet: 01, 16 and 90. RGB value is (1,22,144). Sum of RGB (Red+Green+Blue) = 1+22+144=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #011690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011690 is #FEE96F. Grayscale: #1D1D1D. Windows color (decimal): -16705904 or 9442817. OLE color: 9442817.

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

Color convert

RGB122144-
CMYK0.990.8500.44
HSL231.19º98.62%28.43%-
HSV(B)231.19º99.31%56.47%-
XYZ5.332.5926.61-
YUV29.63192.54107.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 144 (56.64% from 255) = 86.23%
R=0.60%
G=13.17%
B=86.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221440.990.8500.44231.1998.6228.43
Hex11690635502Ce7631c
Octal12622014312505434714334
Binary1101101001000011000111010101010110011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011690; }

 p { color: rgb(1,22,144); }

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

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

 a { background-color: rgb(1,22,144); }

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

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

 span { border-color: rgb(1,22,144); }

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