#093193

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

Shades of Smalt #093193

Tints of Smalt #093193

Color information

#093193 (or 0x093193) is unknown color: approx Smalt. HEX triplet: 09, 31 and 93. RGB value is (9,49,147). Sum of RGB (Red+Green+Blue) = 9+49+147=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #093193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093193 is #F6CE6C. Grayscale: #2F2F2F. Windows color (decimal): -16174701 or 9646345. OLE color: 9646345.

HSL color Cylindrical-coordinate representation of color #093193: hue angle of 222.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093193 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB949147-
CMYK0.940.6700.42
HSL222.61º88.46%30.59%-
HSV(B)222.61º93.88%57.65%-
XYZ6.484.3628.1-
YUV48.21183.75100.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=4.39%
G=23.90%
B=71.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9491470.940.6700.42222.6188.4630.59
Hex931935E4302Adf581f
Octal116122313610305233713037
Binary10011100011001001110111101000011010101011011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093193; }

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

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

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

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

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

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

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

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