#09379B

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

Shades of Smalt #09379B

Tints of Smalt #09379B

Color information

#09379B (or 0x09379B) is unknown color: approx Smalt. HEX triplet: 09, 37 and 9B. RGB value is (9,55,155). Sum of RGB (Red+Green+Blue) = 9+55+155=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #09379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09379B is #F6C864. Grayscale: #343434. Windows color (decimal): -16173157 or 10172169. OLE color: 10172169.

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

Color convert

RGB955155-
CMYK0.940.6500.39
HSL221.1º89.02%32.16%-
HSV(B)221.1º94.19%60.78%-
XYZ7.45.1631.62-
YUV52.65185.7696.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 155 (60.94% from 255) = 70.78%
R=4.11%
G=25.11%
B=70.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9551550.940.6500.39221.189.0232.16
Hex9379B5E41027dd5920
Octal116723313610104733513140
Binary100111011110011011101111010000010100111110111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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