#0E439A

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

Shades of Smalt #0E439A

Tints of Smalt #0E439A

Color information

#0E439A (or 0x0E439A) is unknown color: approx Smalt. HEX triplet: 0E, 43 and 9A. RGB value is (14,67,154). Sum of RGB (Red+Green+Blue) = 14+67+154=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E439A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E439A is #F1BC65. Grayscale: #3C3C3C. Windows color (decimal): -15842406 or 10109710. OLE color: 10109710.

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

Color convert

RGB1467154-
CMYK0.910.5600.40
HSL217.29º83.33%32.94%-
HSV(B)217.29º90.91%60.39%-
XYZ8.026.4431.39-
YUV61.07180.4494.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.96%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=5.96%
G=28.51%
B=65.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14671540.910.5600.40217.2983.3332.94
HexE439A5B38028d95321
Octal161032321337005033112341
Binary111010000111001101010110111110000101000110110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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