#093B93

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

Shades of Smalt #093B93

Tints of Smalt #093B93

Color information

#093B93 (or 0x093B93) is unknown color: approx Smalt. HEX triplet: 09, 3B and 93. RGB value is (9,59,147). Sum of RGB (Red+Green+Blue) = 9+59+147=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #093B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093B93 is #F6C46C. Grayscale: #353535. Windows color (decimal): -16172141 or 9648905. OLE color: 9648905.

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

Color convert

RGB959147-
CMYK0.940.6000.42
HSL218.26º88.46%30.59%-
HSV(B)218.26º93.88%57.65%-
XYZ6.945.2928.26-
YUV54.08180.4495.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=4.19%
G=27.44%
B=68.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9591470.940.6000.42218.2688.4630.59
Hex93B935E3C02Ada581f
Octal11732231367405233213037
Binary1001111011100100111011110111100010101011011010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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