#09325D

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

Shades of Prussian Blue #09325D

Tints of Prussian Blue #09325D

Color information

#09325D (or 0x09325D) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 5D. RGB value is (9,50,93). Sum of RGB (Red+Green+Blue) = 9+50+93=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #09325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09325D is #F6CDA2. Grayscale: #2A2A2A. Windows color (decimal): -16174499 or 6107657. OLE color: 6107657.

HSL color Cylindrical-coordinate representation of color #09325D: hue angle of 210.71º 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 #09325D is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB95093-
CMYK0.900.4600.64
HSL210.71º82.35%20%-
HSV(B)210.71º90.32%36.47%-
XYZ3.233.1310.79-
YUV42.64156.42104-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=5.92%
G=32.89%
B=61.18%

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
Decimal950930.900.4600.64210.7182.3520
Hex9325D5A2E040d35214
Octal116213513256010032312224
Binary1001110010101110110110101011100100000011010011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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