#093092

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

Shades of Smalt #093092

Tints of Smalt #093092

Color information

#093092 (or 0x093092) is unknown color: approx Smalt. HEX triplet: 09, 30 and 92. RGB value is (9,48,146). Sum of RGB (Red+Green+Blue) = 9+48+146=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #093092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093092 is #F6CF6D. Grayscale: #2F2F2F. Windows color (decimal): -16174958 or 9580553. OLE color: 9580553.

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

Color convert

RGB948146-
CMYK0.940.6700.43
HSL222.92º88.39%30.39%-
HSV(B)222.92º93.84%57.25%-
XYZ6.364.2527.68-
YUV47.51183.58100.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 146 (57.42% from 255) = 71.92%
R=4.43%
G=23.65%
B=71.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9481460.940.6700.43222.9288.3930.39
Hex930925E4302Bdf581e
Octal116022213610305333713036
Binary10011100001001001010111101000011010101111011111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093092; }

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

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

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

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

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

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

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

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