#0E3890

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

Shades of Smalt #0E3890

Tints of Smalt #0E3890

Color information

#0E3890 (or 0x0E3890) is unknown color: approx Smalt. HEX triplet: 0E, 38 and 90. RGB value is (14,56,144). Sum of RGB (Red+Green+Blue) = 14+56+144=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E3890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3890 is #F1C76F. Grayscale: #353535. Windows color (decimal): -15845232 or 9451534. OLE color: 9451534.

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

Color convert

RGB1456144-
CMYK0.900.6100.44
HSL220.62º82.28%30.98%-
HSV(B)220.62º90.28%56.47%-
XYZ6.634.9426.99-
YUV53.47179.0999.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 144 (56.64% from 255) = 67.29%
R=6.54%
G=26.17%
B=67.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14561440.900.6100.44220.6282.2830.98
HexE38905A3D02Cdd521f
Octal16702201327505433512237
Binary1110111000100100001011010111101010110011011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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