#09326D

Color #09326D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #09326D

Tints of Prussian Blue #09326D

Color information

#09326D (or 0x09326D) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 6D. RGB value is (9,50,109). Sum of RGB (Red+Green+Blue) = 9+50+109=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #09326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326D is #F6CD92. Grayscale: #2C2C2C. Windows color (decimal): -16174483 or 7156233. OLE color: 7156233.

HSL color Cylindrical-coordinate representation of color #09326D: hue angle of 215.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09326D is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB950109-
CMYK0.920.5400.57
HSL215.4º84.75%23.14%-
HSV(B)215.4º91.74%42.75%-
XYZ4.013.4414.92-
YUV44.47164.42102.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=5.36%
G=29.76%
B=64.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9501090.920.5400.57215.484.7523.14
Hex9326D5C36039d75517
Octal11621551346607132712527
Binary100111001011011011011100110110011100111010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09326D; }

 p { color: rgb(9,50,109); }

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

<style>
 a { background-color: #09326D; }

 a { background-color: rgb(9,50,109); }

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

<style>
 span { border-color: #09326D; }

 span { border-color: rgb(9,50,109); }

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