#09369B

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

Shades of Smalt #09369B

Tints of Smalt #09369B

Color information

#09369B (or 0x09369B) is unknown color: approx Smalt. HEX triplet: 09, 36 and 9B. RGB value is (9,54,155). Sum of RGB (Red+Green+Blue) = 9+54+155=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #09369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09369B is #F6C964. Grayscale: #333333. Windows color (decimal): -16173413 or 10171913. OLE color: 10171913.

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

Color convert

RGB954155-
CMYK0.940.6500.39
HSL221.51º89.02%32.16%-
HSV(B)221.51º94.19%60.78%-
XYZ7.355.0631.6-
YUV52.06186.0997.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=4.13%
G=24.77%
B=71.10%

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
Decimal9541550.940.6500.39221.5189.0232.16
Hex9369B5E41027de5920
Octal116623313610104733613140
Binary100111011010011011101111010000010100111110111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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