#0E4496

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

Shades of Smalt #0E4496

Tints of Smalt #0E4496

Color information

#0E4496 (or 0x0E4496) is unknown color: approx Smalt. HEX triplet: 0E, 44 and 96. RGB value is (14,68,150). Sum of RGB (Red+Green+Blue) = 14+68+150=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E4496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4496 is #F1BB69. Grayscale: #3C3C3C. Windows color (decimal): -15842154 or 9847822. OLE color: 9847822.

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

Color convert

RGB1468150-
CMYK0.910.5500.41
HSL216.18º82.93%32.16%-
HSV(B)216.18º90.67%58.82%-
XYZ7.756.4329.69-
YUV61.2178.1194.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.03%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=6.03%
G=29.31%
B=64.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14681500.910.5500.41216.1882.9332.16
HexE44965B37029d85320
Octal161042261336705133012340
Binary111010001001001011010110111101110101001110110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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