#09325B

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

Shades of Prussian Blue #09325B

Tints of Prussian Blue #09325B

Color information

#09325B (or 0x09325B) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 5B. RGB value is (9,50,91). Sum of RGB (Red+Green+Blue) = 9+50+91=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #09325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09325B is #F6CDA4. Grayscale: #2A2A2A. Windows color (decimal): -16174501 or 5976585. OLE color: 5976585.

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

Color convert

RGB95091-
CMYK0.900.4500.64
HSL210º82%19.61%-
HSV(B)210º90.11%35.69%-
XYZ3.143.0910.33-
YUV42.42155.42104.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=6%
G=33.33%
B=60.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal950910.900.4500.642108219.61
Hex9325B5A2D040d25214
Octal116213313255010032212224
Binary1001110010101101110110101011010100000011010010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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