#0E3A95

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

Shades of Smalt #0E3A95

Tints of Smalt #0E3A95

Color information

#0E3A95 (or 0x0E3A95) is unknown color: approx Smalt. HEX triplet: 0E, 3A and 95. RGB value is (14,58,149). Sum of RGB (Red+Green+Blue) = 14+58+149=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E3A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3A95 is #F1C56A. Grayscale: #363636. Windows color (decimal): -15844715 or 9779726. OLE color: 9779726.

HSL color Cylindrical-coordinate representation of color #0E3A95: hue angle of 220.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3A95 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1458149-
CMYK0.910.6100.42
HSL220.44º82.82%31.96%-
HSV(B)220.44º90.6%58.43%-
XYZ7.125.2929.08-
YUV55.22180.9298.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.33%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=6.33%
G=26.24%
B=67.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14581490.910.6100.42220.4482.8231.96
HexE3A955B3D02Adc5320
Octal16722251337505233412340
Binary11101110101001010110110111111010101010110111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,58,149); }

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

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

 a { background-color: rgb(14,58,149); }

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

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

 span { border-color: rgb(14,58,149); }

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