#093393

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

Shades of Smalt #093393

Tints of Smalt #093393

Color information

#093393 (or 0x093393) is unknown color: approx Smalt. HEX triplet: 09, 33 and 93. RGB value is (9,51,147). Sum of RGB (Red+Green+Blue) = 9+51+147=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #093393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093393 is #F6CC6C. Grayscale: #303030. Windows color (decimal): -16174189 or 9646857. OLE color: 9646857.

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

Color convert

RGB951147-
CMYK0.940.6500.42
HSL221.74º88.46%30.59%-
HSV(B)221.74º93.88%57.65%-
XYZ6.564.5328.13-
YUV49.39183.0999.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=4.35%
G=24.64%
B=71.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9511470.940.6500.42221.7488.4630.59
Hex933935E4102Ade581f
Octal116322313610105233613037
Binary10011100111001001110111101000001010101011011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093393; }

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

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

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

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

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

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

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

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