#0E4399

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

Shades of Smalt #0E4399

Tints of Smalt #0E4399

Color information

#0E4399 (or 0x0E4399) is unknown color: approx Smalt. HEX triplet: 0E, 43 and 99. RGB value is (14,67,153). Sum of RGB (Red+Green+Blue) = 14+67+153=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4399 is #F1BC66. Grayscale: #3C3C3C. Windows color (decimal): -15842407 or 10044174. OLE color: 10044174.

HSL color Cylindrical-coordinate representation of color #0E4399: hue angle of 217.12º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4399 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1467153-
CMYK0.910.5600.4
HSL217.12º83.23%32.75%-
HSV(B)217.12º90.85%60%-
XYZ7.946.4130.96-
YUV60.96179.9494.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 153 (60.16% from 255) = 65.38%
R=5.98%
G=28.63%
B=65.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14671530.910.5600.4217.1283.2332.75
HexE43995B38028d95321
Octal161032311337005033112341
Binary111010000111001100110110111110000101000110110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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