#093993

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

Shades of Smalt #093993

Tints of Smalt #093993

Color information

#093993 (or 0x093993) is unknown color: approx Smalt. HEX triplet: 09, 39 and 93. RGB value is (9,57,147). Sum of RGB (Red+Green+Blue) = 9+57+147=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #093993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093993 is #F6C66C. Grayscale: #343434. Windows color (decimal): -16172653 or 9648393. OLE color: 9648393.

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

Color convert

RGB957147-
CMYK0.940.6100.42
HSL219.13º88.46%30.59%-
HSV(B)219.13º93.88%57.65%-
XYZ6.845.0928.23-
YUV52.91181.196.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 147 (57.81% from 255) = 69.01%
R=4.23%
G=26.76%
B=69.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9571470.940.6100.42219.1388.4630.59
Hex939935E3D02Adb581f
Octal11712231367505233313037
Binary1001111001100100111011110111101010101011011011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093993; }

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

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

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

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

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

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

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

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