#0E4495

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

Shades of Smalt #0E4495

Tints of Smalt #0E4495

Color information

#0E4495 (or 0x0E4495) is unknown color: approx Smalt. HEX triplet: 0E, 44 and 95. RGB value is (14,68,149). Sum of RGB (Red+Green+Blue) = 14+68+149=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E4495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4495 is #F1BB6A. Grayscale: #3C3C3C. Windows color (decimal): -15842155 or 9782286. OLE color: 9782286.

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

Color convert

RGB1468149-
CMYK0.910.5400.42
HSL216º82.82%31.96%-
HSV(B)216º90.6%58.43%-
XYZ7.676.429.26-
YUV61.09177.6194.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=6.06%
G=29.44%
B=64.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14681490.910.5400.4221682.8231.96
HexE44955B3602Ad85320
Octal161042251336605233012340
Binary111010001001001010110110111101100101010110110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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