#093093

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

Shades of Smalt #093093

Tints of Smalt #093093

Color information

#093093 (or 0x093093) is unknown color: approx Smalt. HEX triplet: 09, 30 and 93. RGB value is (9,48,147). Sum of RGB (Red+Green+Blue) = 9+48+147=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #093093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093093 is #F6CF6C. Grayscale: #2F2F2F. Windows color (decimal): -16174957 or 9646089. OLE color: 9646089.

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

Color convert

RGB948147-
CMYK0.940.6700.42
HSL223.04º88.46%30.59%-
HSV(B)223.04º93.88%57.65%-
XYZ6.444.2828.09-
YUV47.62184.08100.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=4.41%
G=23.53%
B=72.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9481470.940.6700.42223.0488.4630.59
Hex930935E4302Adf581f
Octal116022313610305233713037
Binary10011100001001001110111101000011010101011011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093093; }

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

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

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

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

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

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

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

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