#09319A

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

Shades of Smalt #09319A

Tints of Smalt #09319A

Color information

#09319A (or 0x09319A) is unknown color: approx Smalt. HEX triplet: 09, 31 and 9A. RGB value is (9,49,154). Sum of RGB (Red+Green+Blue) = 9+49+154=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #09319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09319A is #F6CE65. Grayscale: #303030. Windows color (decimal): -16174694 or 10105097. OLE color: 10105097.

HSL color Cylindrical-coordinate representation of color #09319A: hue angle of 223.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09319A is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB949154-
CMYK0.940.6800.40
HSL223.45º88.96%31.96%-
HSV(B)223.45º94.16%60.39%-
XYZ7.044.5931.09-
YUV49.01187.2599.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 154 (60.55% from 255) = 72.64%
R=4.25%
G=23.11%
B=72.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9491540.940.6800.40223.4588.9631.96
Hex9319A5E44028df5920
Octal116123213610405033713140
Binary100111000110011010101111010001000101000110111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09319A; }

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

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

<style>
 a { background-color: #09319A; }

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

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

<style>
 span { border-color: #09319A; }

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

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