#093A92

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

Shades of Smalt #093A92

Tints of Smalt #093A92

Color information

#093A92 (or 0x093A92) is unknown color: approx Smalt. HEX triplet: 09, 3A and 92. RGB value is (9,58,146). Sum of RGB (Red+Green+Blue) = 9+58+146=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #093A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A92 is #F6C56D. Grayscale: #343434. Windows color (decimal): -16172398 or 9583113. OLE color: 9583113.

HSL color Cylindrical-coordinate representation of color #093A92: hue angle of 218.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093A92 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB958146-
CMYK0.940.6000.43
HSL218.54º88.39%30.39%-
HSV(B)218.54º93.84%57.25%-
XYZ6.815.1627.83-
YUV53.38180.2796.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=4.23%
G=27.23%
B=68.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9581460.940.6000.43218.5488.3930.39
Hex93A925E3C02Bdb581e
Octal11722221367405333313036
Binary1001111010100100101011110111100010101111011011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,58,146); }

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

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

 a { background-color: rgb(9,58,146); }

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

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

 span { border-color: rgb(9,58,146); }

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