#0E4392

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

Shades of Smalt #0E4392

Tints of Smalt #0E4392

Color information

#0E4392 (or 0x0E4392) is unknown color: approx Smalt. HEX triplet: 0E, 43 and 92. RGB value is (14,67,146). Sum of RGB (Red+Green+Blue) = 14+67+146=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E4392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4392 is #F1BC6D. Grayscale: #3B3B3B. Windows color (decimal): -15842414 or 9585422. OLE color: 9585422.

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

Color convert

RGB1467146-
CMYK0.900.5400.43
HSL215.91º82.5%31.37%-
HSV(B)215.91º90.41%57.25%-
XYZ7.386.1828-
YUV60.16176.4495.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=6.17%
G=29.52%
B=64.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14671460.900.5400.43215.9182.531.37
HexE43925A3602Bd8521f
Octal161032221326605333012237
Binary11101000011100100101011010110110010101111011000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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