#093190

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

Shades of Smalt #093190

Tints of Smalt #093190

Color information

#093190 (or 0x093190) is unknown color: approx Smalt. HEX triplet: 09, 31 and 90. RGB value is (9,49,144). Sum of RGB (Red+Green+Blue) = 9+49+144=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #093190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093190 is #F6CE6F. Grayscale: #2F2F2F. Windows color (decimal): -16174704 or 9449737. OLE color: 9449737.

HSL color Cylindrical-coordinate representation of color #093190: hue angle of 222.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093190 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB949144-
CMYK0.940.6600.44
HSL222.22º88.24%30%-
HSV(B)222.22º93.75%56.47%-
XYZ6.254.2726.88-
YUV47.87182.25100.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 144 (56.64% from 255) = 71.29%
R=4.46%
G=24.26%
B=71.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9491440.940.6600.44222.2288.2430
Hex931905E4202Cde581e
Octal116122013610205433613036
Binary10011100011001000010111101000010010110011011110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093190; }

 p { color: rgb(9,49,144); }

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

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

 a { background-color: rgb(9,49,144); }

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

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

 span { border-color: rgb(9,49,144); }

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