#08325C

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

Shades of Prussian Blue #08325C

Tints of Prussian Blue #08325C

Color information

#08325C (or 0x08325C) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 5C. RGB value is (8,50,92). Sum of RGB (Red+Green+Blue) = 8+50+92=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #08325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325C is #F7CDA3. Grayscale: #2A2A2A. Windows color (decimal): -16240036 or 6042120. OLE color: 6042120.

HSL color Cylindrical-coordinate representation of color #08325C: hue angle of 210º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08325C is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85092-
CMYK0.910.4600.64
HSL210º84%19.61%-
HSV(B)210º91.3%36.08%-
XYZ3.173.1110.56-
YUV42.23156.09103.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=5.33%
G=33.33%
B=61.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal850920.910.4600.642108419.61
Hex8325C5B2E040d25414
Octal106213413356010032212424
Binary1000110010101110010110111011100100000011010010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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