#093B96

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

Shades of Smalt #093B96

Tints of Smalt #093B96

Color information

#093B96 (or 0x093B96) is unknown color: approx Smalt. HEX triplet: 09, 3B and 96. RGB value is (9,59,150). Sum of RGB (Red+Green+Blue) = 9+59+150=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #093B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B96 is #F6C469. Grayscale: #363636. Windows color (decimal): -16172138 or 9845513. OLE color: 9845513.

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

Color convert

RGB959150-
CMYK0.940.6100.41
HSL218.72º88.68%31.18%-
HSV(B)218.72º94%58.82%-
XYZ7.185.3929.52-
YUV54.42181.9495.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=4.13%
G=27.06%
B=68.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9591500.940.6100.41218.7288.6831.18
Hex93B965E3D029db591f
Octal11732261367505133313137
Binary1001111011100101101011110111101010100111011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093B96; }

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

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

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

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

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

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

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

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