#093796

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

Shades of Smalt #093796

Tints of Smalt #093796

Color information

#093796 (or 0x093796) is unknown color: approx Smalt. HEX triplet: 09, 37 and 96. RGB value is (9,55,150). Sum of RGB (Red+Green+Blue) = 9+55+150=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #093796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093796 is #F6C869. Grayscale: #333333. Windows color (decimal): -16173162 or 9844489. OLE color: 9844489.

HSL color Cylindrical-coordinate representation of color #093796: hue angle of 220.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093796 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB955150-
CMYK0.940.6300.41
HSL220.43º88.68%31.18%-
HSV(B)220.43º94%58.82%-
XYZ6.984.9929.45-
YUV52.08183.2697.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 150 (58.98% from 255) = 70.09%
R=4.21%
G=25.70%
B=70.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9551500.940.6300.41220.4388.6831.18
Hex937965E3F029dc591f
Octal11672261367705133413137
Binary1001110111100101101011110111111010100111011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093796; }

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

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

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

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

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

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

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

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