#0E4596

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

Shades of Smalt #0E4596

Tints of Smalt #0E4596

Color information

#0E4596 (or 0x0E4596) is unknown color: approx Smalt. HEX triplet: 0E, 45 and 96. RGB value is (14,69,150). Sum of RGB (Red+Green+Blue) = 14+69+150=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E4596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4596 is #F1BA69. Grayscale: #3D3D3D. Windows color (decimal): -15841898 or 9848078. OLE color: 9848078.

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

Color convert

RGB1469150-
CMYK0.910.5400.41
HSL215.74º82.93%32.16%-
HSV(B)215.74º90.67%58.82%-
XYZ7.816.5529.71-
YUV61.79177.7893.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=6.01%
G=29.61%
B=64.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14691500.910.5400.41215.7482.9332.16
HexE45965B36029d85320
Octal161052261336605133012340
Binary111010001011001011010110111101100101001110110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,69,150); }

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

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

 a { background-color: rgb(14,69,150); }

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

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

 span { border-color: rgb(14,69,150); }

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