Html Css Color HEX #08325F Prussian Blue

📋 copy color: '#08325F'

red 8 ◦ green 50 ◦ blue 95

#08325F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #08325F

Tints of Prussian Blue #08325F

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 value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08325F (or 0x08325F) is known color: 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

RGB 8 50 95 -
CMYK 0.92 0.47 0 0.63
HSL 211.03º 0.84% 0.2% -
HSV(B) 211.03º 0.92% 0.37% -
XYZ 3.31 3.16 11.26 -
YUV 42.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 8 50 95 0.92 0.47 0 0.63 211.03 0.84 0.2
Hex 8 32 5F 5C 2F 0 3F D3 54 14
Octal 10 62 137 134 57 0 77 323 124 24
Binary 1000 110010 1011111 1011100 101111 0 111111 11010011 1010100 10100

Color Harmonies of #08325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08325F

Black with #08325F

Text Example


Text Example

White with #08325F

Text Example


Text Example

HTML Codes & Css Web 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>