#0E409A

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

Shades of Smalt #0E409A

Tints of Smalt #0E409A

Color information

#0E409A (or 0x0E409A) is unknown color: approx Smalt. HEX triplet: 0E, 40 and 9A. RGB value is (14,64,154). Sum of RGB (Red+Green+Blue) = 14+64+154=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E409A is #F1BF65. Grayscale: #3A3A3A. Windows color (decimal): -15843174 or 10108942. OLE color: 10108942.

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

Color convert

RGB1464154-
CMYK0.910.5800.40
HSL218.57º83.33%32.94%-
HSV(B)218.57º90.91%60.39%-
XYZ7.856.0931.33-
YUV59.31181.4495.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.03%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=6.03%
G=27.59%
B=66.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14641540.910.5800.40218.5783.3332.94
HexE409A5B3A028db5321
Octal161002321337205033312341
Binary111010000001001101010110111110100101000110110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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