#09325A

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

Shades of Prussian Blue #09325A

Tints of Prussian Blue #09325A

Color information

#09325A (or 0x09325A) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 5A. RGB value is (9,50,90). Sum of RGB (Red+Green+Blue) = 9+50+90=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #09325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09325A is #F6CDA5. Grayscale: #2A2A2A. Windows color (decimal): -16174502 or 5911049. OLE color: 5911049.

HSL color Cylindrical-coordinate representation of color #09325A: hue angle of 209.63º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09325A is Cyan = 0.9, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95090-
CMYK0.90.4400.65
HSL209.63º81.82%19.41%-
HSV(B)209.63º90%35.29%-
XYZ3.13.0810.1-
YUV42.3154.92104.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=6.04%
G=33.56%
B=60.40%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal950900.90.4400.65209.6381.8219.41
Hex9325A5A2C041d25213
Octal116213213254010132212223
Binary1001110010101101010110101011000100000111010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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