#0E2991

Color #0E2991 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #0E2991

Tints of Smalt #0E2991

Color information

#0E2991 (or 0x0E2991) is unknown color: approx Smalt. HEX triplet: 0E, 29 and 91. RGB value is (14,41,145). Sum of RGB (Red+Green+Blue) = 14+41+145=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E2991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2991 is #F1D66E. Grayscale: #2C2C2C. Windows color (decimal): -15849071 or 9513230. OLE color: 9513230.

HSL color Cylindrical-coordinate representation of color #0E2991: hue angle of 227.63º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2991 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1441145-
CMYK0.900.7200.43
HSL227.63º82.39%31.18%-
HSV(B)227.63º90.34%56.86%-
XYZ6.083.7227.19-
YUV44.78184.55106.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 145 (57.03% from 255) = 72.5%
R=7%
G=20.5%
B=72.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14411450.900.7200.43227.6382.3931.18
HexE29915A4802Be4521f
Octal165122113211005334412237
Binary11101010011001000110110101001000010101111100100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2991; }

 p { color: rgb(14,41,145); }

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

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

 a { background-color: rgb(14,41,145); }

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

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

 span { border-color: rgb(14,41,145); }

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