#010891

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

Shades of Dark Blue #010891

Tints of Dark Blue #010891

Color information

#010891 (or 0x010891) is unknown color: approx Dark Blue. HEX triplet: 01, 08 and 91. RGB value is (1,8,145). Sum of RGB (Red+Green+Blue) = 1+8+145=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #010891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010891 is #FEF76E. Grayscale: #141414. Windows color (decimal): -16709487 or 9504769. OLE color: 9504769.

HSL color Cylindrical-coordinate representation of color #010891: hue angle of 237.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010891 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18145-
CMYK0.990.9400.43
HSL237.08º98.63%28.63%-
HSV(B)237.08º99.31%56.86%-
XYZ5.212.2226.94-
YUV21.52197.68113.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 145 (57.03% from 255) = 94.16%
R=0.65%
G=5.19%
B=94.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181450.990.9400.43237.0898.6328.63
Hex1891635E02Bed631d
Octal11022114313605335514335
Binary110001001000111000111011110010101111101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010891; }

 p { color: rgb(1,8,145); }

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

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

 a { background-color: rgb(1,8,145); }

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

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

 span { border-color: rgb(1,8,145); }

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