#093090

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

Shades of Smalt #093090

Tints of Smalt #093090

Color information

#093090 (or 0x093090) is unknown color: approx Smalt. HEX triplet: 09, 30 and 90. RGB value is (9,48,144). Sum of RGB (Red+Green+Blue) = 9+48+144=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #093090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093090 is #F6CF6F. Grayscale: #2E2E2E. Windows color (decimal): -16174960 or 9449481. OLE color: 9449481.

HSL color Cylindrical-coordinate representation of color #093090: hue angle of 222.67º 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 #093090 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB948144-
CMYK0.940.6700.44
HSL222.67º88.24%30%-
HSV(B)222.67º93.75%56.47%-
XYZ6.24.1926.87-
YUV47.28182.58100.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 144 (56.64% from 255) = 71.64%
R=4.48%
G=23.88%
B=71.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9481440.940.6700.44222.6788.2430
Hex930905E4302Cdf581e
Octal116022013610305433713036
Binary10011100001001000010111101000011010110011011111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093090; }

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

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

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

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

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

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

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

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