#09369C

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

Shades of Smalt #09369C

Tints of Smalt #09369C

Color information

#09369C (or 0x09369C) is unknown color: approx Smalt. HEX triplet: 09, 36 and 9C. RGB value is (9,54,156). Sum of RGB (Red+Green+Blue) = 9+54+156=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #09369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09369C is #F6C963. Grayscale: #333333. Windows color (decimal): -16173412 or 10237449. OLE color: 10237449.

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

Color convert

RGB954156-
CMYK0.940.6500.39
HSL221.63º89.09%32.35%-
HSV(B)221.63º94.23%61.18%-
XYZ7.435.132.04-
YUV52.17186.5997.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 156 (61.33% from 255) = 71.23%
R=4.11%
G=24.66%
B=71.23%

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
Decimal9541560.940.6500.39221.6389.0932.35
Hex9369C5E41027de5920
Octal116623413610104733613140
Binary100111011010011100101111010000010100111110111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09369C; }

 p { color: rgb(9,54,156); }

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

<style>
 a { background-color: #09369C; }

 a { background-color: rgb(9,54,156); }

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

<style>
 span { border-color: #09369C; }

 span { border-color: rgb(9,54,156); }

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