#09399B

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

Shades of Smalt #09399B

Tints of Smalt #09399B

Color information

#09399B (or 0x09399B) is unknown color: approx Smalt. HEX triplet: 09, 39 and 9B. RGB value is (9,57,155). Sum of RGB (Red+Green+Blue) = 9+57+155=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #09399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09399B is #F6C664. Grayscale: #353535. Windows color (decimal): -16172645 or 10172681. OLE color: 10172681.

HSL color Cylindrical-coordinate representation of color #09399B: hue angle of 220.27º 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 #09399B is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB957155-
CMYK0.940.6300.39
HSL220.27º89.02%32.16%-
HSV(B)220.27º94.19%60.78%-
XYZ7.495.3531.65-
YUV53.82185.196.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=4.07%
G=25.79%
B=70.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9571550.940.6300.39220.2789.0232.16
Hex9399B5E3F027dc5920
Octal11712331367704733413140
Binary10011110011001101110111101111110100111110111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09399B; }

 p { color: rgb(9,57,155); }

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

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

 a { background-color: rgb(9,57,155); }

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

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

 span { border-color: rgb(9,57,155); }

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