#09326B

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

Shades of Prussian Blue #09326B

Tints of Prussian Blue #09326B

Color information

#09326B (or 0x09326B) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 6B. RGB value is (9,50,107). Sum of RGB (Red+Green+Blue) = 9+50+107=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #09326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09326B is #F6CD94. Grayscale: #2B2B2B. Windows color (decimal): -16174485 or 7025161. OLE color: 7025161.

HSL color Cylindrical-coordinate representation of color #09326B: hue angle of 214.9º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09326B is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB950107-
CMYK0.920.5300.58
HSL214.9º84.48%22.75%-
HSV(B)214.9º91.59%41.96%-
XYZ3.913.414.36-
YUV44.24163.42102.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=5.42%
G=30.12%
B=64.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9501070.920.5300.58214.984.4822.75
Hex9326B5C3503Ad75417
Octal11621531346507232712427
Binary100111001011010111011100110101011101011010111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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