#0E3990

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

Shades of Smalt #0E3990

Tints of Smalt #0E3990

Color information

#0E3990 (or 0x0E3990) is unknown color: approx Smalt. HEX triplet: 0E, 39 and 90. RGB value is (14,57,144). Sum of RGB (Red+Green+Blue) = 14+57+144=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E3990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3990 is #F1C66F. Grayscale: #353535. Windows color (decimal): -15844976 or 9451790. OLE color: 9451790.

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

Color convert

RGB1457144-
CMYK0.900.6000.44
HSL220.15º82.28%30.98%-
HSV(B)220.15º90.28%56.47%-
XYZ6.685.0327.01-
YUV54.06178.7599.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 144 (56.64% from 255) = 66.98%
R=6.51%
G=26.51%
B=66.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14571440.900.6000.44220.1582.2830.98
HexE39905A3C02Cdc521f
Octal16712201327405433412237
Binary1110111001100100001011010111100010110011011100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,57,144); }

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

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

 a { background-color: rgb(14,57,144); }

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

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

 span { border-color: rgb(14,57,144); }

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