#093293

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

Shades of Smalt #093293

Tints of Smalt #093293

Color information

#093293 (or 0x093293) is unknown color: approx Smalt. HEX triplet: 09, 32 and 93. RGB value is (9,50,147). Sum of RGB (Red+Green+Blue) = 9+50+147=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #093293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093293 is #F6CD6C. Grayscale: #303030. Windows color (decimal): -16174445 or 9646601. OLE color: 9646601.

HSL color Cylindrical-coordinate representation of color #093293: hue angle of 222.17º 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 #093293 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB950147-
CMYK0.940.6600.42
HSL222.17º88.46%30.59%-
HSV(B)222.17º93.88%57.65%-
XYZ6.524.4528.12-
YUV48.8183.4299.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 147 (57.81% from 255) = 71.36%
R=4.37%
G=24.27%
B=71.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9501470.940.6600.42222.1788.4630.59
Hex932935E4202Ade581f
Octal116222313610205233613037
Binary10011100101001001110111101000010010101011011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093293; }

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

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

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

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

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

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

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

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