#0E429A

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

Shades of Smalt #0E429A

Tints of Smalt #0E429A

Color information

#0E429A (or 0x0E429A) is unknown color: approx Smalt. HEX triplet: 0E, 42 and 9A. RGB value is (14,66,154). Sum of RGB (Red+Green+Blue) = 14+66+154=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E429A is #F1BD65. Grayscale: #3C3C3C. Windows color (decimal): -15842662 or 10109454. OLE color: 10109454.

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

Color convert

RGB1466154-
CMYK0.910.5700.40
HSL217.71º83.33%32.94%-
HSV(B)217.71º90.91%60.39%-
XYZ7.966.3231.37-
YUV60.48180.7794.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 154 (60.55% from 255) = 65.81%
R=5.98%
G=28.21%
B=65.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14661540.910.5700.40217.7183.3332.94
HexE429A5B39028da5321
Octal161022321337105033212341
Binary111010000101001101010110111110010101000110110101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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