#011489

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

Shades of Dark Blue #011489

Tints of Dark Blue #011489

Color information

#011489 (or 0x011489) is unknown color: approx Dark Blue. HEX triplet: 01, 14 and 89. RGB value is (1,20,137). Sum of RGB (Red+Green+Blue) = 1+20+137=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #011489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011489 is #FEEB76. Grayscale: #1B1B1B. Windows color (decimal): -16706423 or 8983553. OLE color: 8983553.

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

Color convert

RGB120137-
CMYK0.990.8500.46
HSL231.62º98.55%27.06%-
HSV(B)231.62º99.27%53.73%-
XYZ4.782.3123.86-
YUV27.66189.71108.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 137 (53.91% from 255) = 86.71%
R=0.63%
G=12.66%
B=86.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201370.990.8500.46231.6298.5527.06
Hex11489635502Ee8631b
Octal12421114312505635014333
Binary1101001000100111000111010101010111011101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011489; }

 p { color: rgb(1,20,137); }

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

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

 a { background-color: rgb(1,20,137); }

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

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

 span { border-color: rgb(1,20,137); }

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