#011290

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

Shades of Dark Blue #011290

Tints of Dark Blue #011290

Color information

#011290 (or 0x011290) is unknown color: approx Dark Blue. HEX triplet: 01, 12 and 90. RGB value is (1,18,144). Sum of RGB (Red+Green+Blue) = 1+18+144=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #011290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011290 is #FEED6F. Grayscale: #1A1A1A. Windows color (decimal): -16706928 or 9441793. OLE color: 9441793.

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

Color convert

RGB118144-
CMYK0.990.8800.44
HSL232.87º98.62%28.43%-
HSV(B)232.87º99.31%56.47%-
XYZ5.262.4526.58-
YUV27.28193.87109.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 144 (56.64% from 255) = 88.34%
R=0.61%
G=11.04%
B=88.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181440.990.8800.44232.8798.6228.43
Hex11290635802Ce9631c
Octal12222014313005435114334
Binary1100101001000011000111011000010110011101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011290; }

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

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

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

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

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

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

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

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