#0E228A

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

Shades of Smalt #0E228A

Tints of Smalt #0E228A

Color information

#0E228A (or 0x0E228A) is unknown color: approx Smalt. HEX triplet: 0E, 22 and 8A. RGB value is (14,34,138). Sum of RGB (Red+Green+Blue) = 14+34+138=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E228A is #F1DD75. Grayscale: #272727. Windows color (decimal): -15850870 or 9052686. OLE color: 9052686.

HSL color Cylindrical-coordinate representation of color #0E228A: hue angle of 230.32º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E228A is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1434138-
CMYK0.900.7500.46
HSL230.32º81.58%29.8%-
HSV(B)230.32º89.86%54.12%-
XYZ5.343.0724.36-
YUV39.88183.37109.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.53%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 138 (54.30% from 255) = 74.19%
R=7.53%
G=18.28%
B=74.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14341380.900.7500.46230.3281.5829.8
HexE228A5A4B02Ee6521e
Octal164221213211305634612236
Binary11101000101000101010110101001011010111011100110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,34,138); }

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

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

 a { background-color: rgb(14,34,138); }

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

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

 span { border-color: rgb(14,34,138); }

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