#093793

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

Shades of Smalt #093793

Tints of Smalt #093793

Color information

#093793 (or 0x093793) is unknown color: approx Smalt. HEX triplet: 09, 37 and 93. RGB value is (9,55,147). Sum of RGB (Red+Green+Blue) = 9+55+147=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #093793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093793 is #F6C86C. Grayscale: #333333. Windows color (decimal): -16173165 or 9647881. OLE color: 9647881.

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

Color convert

RGB955147-
CMYK0.940.6300.42
HSL220º88.46%30.59%-
HSV(B)220º93.88%57.65%-
XYZ6.754.928.19-
YUV51.73181.7697.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=4.27%
G=26.07%
B=69.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9551470.940.6300.4222088.4630.59
Hex937935E3F02Adc581f
Octal11672231367705233413037
Binary1001110111100100111011110111111010101011011100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093793; }

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

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

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

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

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

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

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

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