#09308F

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

Shades of Smalt #09308F

Tints of Smalt #09308F

Color information

#09308F (or 0x09308F) is unknown color: approx Smalt. HEX triplet: 09, 30 and 8F. RGB value is (9,48,143). Sum of RGB (Red+Green+Blue) = 9+48+143=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 143 (56.25% from 255 or 71.5% from 200); Max value from RGB is 143 - color contains mainly: blue. Hex color #09308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09308F is #F6CF70. Grayscale: #2E2E2E. Windows color (decimal): -16174961 or 9383945. OLE color: 9383945.

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

Color convert

RGB948143-
CMYK0.940.6600.44
HSL222.54º88.16%29.8%-
HSV(B)222.54º93.71%56.08%-
XYZ6.134.1626.47-
YUV47.17182.08100.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 143 (56.25% from 255) = 71.5%
R=4.5%
G=24%
B=71.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9481430.940.6600.44222.5488.1629.8
Hex9308F5E4202Cdf581e
Octal116021713610205433713036
Binary10011100001000111110111101000010010110011011111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09308F; }

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

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

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

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

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

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

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

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