#0E3B95

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

Shades of Smalt #0E3B95

Tints of Smalt #0E3B95

Color information

#0E3B95 (or 0x0E3B95) is unknown color: approx Smalt. HEX triplet: 0E, 3B and 95. RGB value is (14,59,149). Sum of RGB (Red+Green+Blue) = 14+59+149=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E3B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3B95 is #F1C46A. Grayscale: #373737. Windows color (decimal): -15844459 or 9779982. OLE color: 9779982.

HSL color Cylindrical-coordinate representation of color #0E3B95: hue angle of 220º 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 #0E3B95 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1459149-
CMYK0.910.6000.42
HSL220º82.82%31.96%-
HSV(B)220º90.6%58.43%-
XYZ7.175.3929.1-
YUV55.8180.5998.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 149 (58.59% from 255) = 67.12%
R=6.31%
G=26.58%
B=67.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14591490.910.6000.4222082.8231.96
HexE3B955B3C02Adc5320
Octal16732251337405233412340
Binary11101110111001010110110111111000101010110111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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