#09318B

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

Shades of Smalt #09318B

Tints of Smalt #09318B

Color information

#09318B (or 0x09318B) is unknown color: approx Smalt. HEX triplet: 09, 31 and 8B. RGB value is (9,49,139). Sum of RGB (Red+Green+Blue) = 9+49+139=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #09318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09318B is #F6CE74. Grayscale: #2E2E2E. Windows color (decimal): -16174709 or 9122057. OLE color: 9122057.

HSL color Cylindrical-coordinate representation of color #09318B: hue angle of 221.54º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09318B is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB949139-
CMYK0.940.6500.45
HSL221.54º87.84%29.02%-
HSV(B)221.54º93.53%54.51%-
XYZ5.874.1224.91-
YUV47.3179.75100.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 139 (54.69% from 255) = 70.56%
R=4.57%
G=24.87%
B=70.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9491390.940.6500.45221.5487.8429.02
Hex9318B5E4102Dde581d
Octal116121313610105533613035
Binary10011100011000101110111101000001010110111011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,49,139); }

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

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

 a { background-color: rgb(9,49,139); }

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

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

 span { border-color: rgb(9,49,139); }

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