#08325F

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

Shades of Prussian Blue #08325F

Tints of Prussian Blue #08325F

Color information

#08325F (or 0x08325F) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 5F. RGB value is (8,50,95). Sum of RGB (Red+Green+Blue) = 8+50+95=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #08325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325F is #F7CDA0. Grayscale: #2A2A2A. Windows color (decimal): -16240033 or 6238728. OLE color: 6238728.

HSL color Cylindrical-coordinate representation of color #08325F: hue angle of 211.03º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08325F is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85095-
CMYK0.920.4700.63
HSL211.03º84.47%20.2%-
HSV(B)211.03º91.58%37.25%-
XYZ3.313.1611.26-
YUV42.57157.59103.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=5.23%
G=32.68%
B=62.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal850950.920.4700.63211.0384.4720.2
Hex8325F5C2F03Fd35414
Octal10621371345707732312424
Binary100011001010111111011100101111011111111010011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08325F; }

 p { color: rgb(8,50,95); }

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

<style>
 a { background-color: #08325F; }

 a { background-color: rgb(8,50,95); }

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

<style>
 span { border-color: #08325F; }

 span { border-color: rgb(8,50,95); }

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