#09318E

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

Shades of Smalt #09318E

Tints of Smalt #09318E

Color information

#09318E (or 0x09318E) is unknown color: approx Smalt. HEX triplet: 09, 31 and 8E. RGB value is (9,49,142). Sum of RGB (Red+Green+Blue) = 9+49+142=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #09318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09318E is #F6CE71. Grayscale: #2F2F2F. Windows color (decimal): -16174706 or 9318665. OLE color: 9318665.

HSL color Cylindrical-coordinate representation of color #09318E: hue angle of 221.95º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09318E is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB949142-
CMYK0.940.6500.44
HSL221.95º88.08%29.61%-
HSV(B)221.95º93.66%55.69%-
XYZ6.094.2126.08-
YUV47.64181.25100.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 142 (55.86% from 255) = 71%
R=4.5%
G=24.5%
B=71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9491420.940.6500.44221.9588.0829.61
Hex9318E5E4102Cde581e
Octal116121613610105433613036
Binary10011100011000111010111101000001010110011011110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09318E; }

 p { color: rgb(9,49,142); }

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

<style>
 a { background-color: #09318E; }

 a { background-color: rgb(9,49,142); }

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

<style>
 span { border-color: #09318E; }

 span { border-color: rgb(9,49,142); }

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