#09208A

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

Shades of Smalt #09208A

Tints of Smalt #09208A

Color information

#09208A (or 0x09208A) is unknown color: approx Smalt. HEX triplet: 09, 20 and 8A. RGB value is (9,32,138). Sum of RGB (Red+Green+Blue) = 9+32+138=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #09208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09208A is #F6DF75. Grayscale: #242424. Windows color (decimal): -16179062 or 9052169. OLE color: 9052169.

HSL color Cylindrical-coordinate representation of color #09208A: hue angle of 229.3º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09208A is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB932138-
CMYK0.930.7700.46
HSL229.3º87.76%28.82%-
HSV(B)229.3º93.48%54.12%-
XYZ5.222.9324.33-
YUV37.21184.88107.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 138 (54.30% from 255) = 77.09%
R=5.03%
G=17.88%
B=77.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9321380.930.7700.46229.387.7628.82
Hex9208A5D4D02Ee5581d
Octal114021213511505634513035
Binary10011000001000101010111011001101010111011100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09208A; }

 p { color: rgb(9,32,138); }

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

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

 a { background-color: rgb(9,32,138); }

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

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

 span { border-color: rgb(9,32,138); }

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