#09309C

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

Shades of Smalt #09309C

Tints of Smalt #09309C

Color information

#09309C (or 0x09309C) is unknown color: approx Smalt. HEX triplet: 09, 30 and 9C. RGB value is (9,48,156). Sum of RGB (Red+Green+Blue) = 9+48+156=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #09309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09309C is #F6CF63. Grayscale: #303030. Windows color (decimal): -16174948 or 10235913. OLE color: 10235913.

HSL color Cylindrical-coordinate representation of color #09309C: hue angle of 224.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09309C is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB948156-
CMYK0.940.6900.39
HSL224.08º89.09%32.35%-
HSV(B)224.08º94.23%61.18%-
XYZ7.174.5731.96-
YUV48.65188.5899.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 156 (61.33% from 255) = 73.24%
R=4.23%
G=22.54%
B=73.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9481560.940.6900.39224.0889.0932.35
Hex9309C5E45027e05920
Octal116023413610504734013140
Binary100111000010011100101111010001010100111111000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09309C; }

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

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

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

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

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

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

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

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