#0E4395

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

Shades of Smalt #0E4395

Tints of Smalt #0E4395

Color information

#0E4395 (or 0x0E4395) is unknown color: approx Smalt. HEX triplet: 0E, 43 and 95. RGB value is (14,67,149). Sum of RGB (Red+Green+Blue) = 14+67+149=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E4395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4395 is #F1BC6A. Grayscale: #3C3C3C. Windows color (decimal): -15842411 or 9782030. OLE color: 9782030.

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

Color convert

RGB1467149-
CMYK0.910.5500.42
HSL216.44º82.82%31.96%-
HSV(B)216.44º90.6%58.43%-
XYZ7.616.2829.24-
YUV60.5177.9494.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=6.09%
G=29.13%
B=64.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14671490.910.5500.42216.4482.8231.96
HexE43955B3702Ad85320
Octal161032251336705233012340
Binary111010000111001010110110111101110101010110110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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