#09325C

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

Shades of Prussian Blue #09325C

Tints of Prussian Blue #09325C

Color information

#09325C (or 0x09325C) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 5C. RGB value is (9,50,92). Sum of RGB (Red+Green+Blue) = 9+50+92=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #09325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09325C is #F6CDA3. Grayscale: #2A2A2A. Windows color (decimal): -16174500 or 6042121. OLE color: 6042121.

HSL color Cylindrical-coordinate representation of color #09325C: hue angle of 210.36º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09325C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB95092-
CMYK0.900.4600.64
HSL210.36º82.18%19.8%-
HSV(B)210.36º90.22%36.08%-
XYZ3.193.1110.56-
YUV42.53155.92104.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=5.96%
G=33.11%
B=60.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal950920.900.4600.64210.3682.1819.8
Hex9325C5A2E040d25214
Octal116213413256010032212224
Binary1001110010101110010110101011100100000011010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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