Html Css Color HEX #08325D Prussian Blue

📋 copy color: '#08325D'

red 8 ◦ green 50 ◦ blue 93

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

Shades of Prussian Blue #08325D

Tints of Prussian Blue #08325D

RGB

 RED value IS 8 (3.52% from 255) = 5.3%

 GREEN value IS 50 (19.92% from 255) = 33.11%

 BLUE value IS 93 (36.72% from 255) = 61.59%

R = 5.3%
G = 33.11%
B = 61.59%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08325D (or 0x08325D) is known color: Prussian Blue. HEX triplet: 08, 32 and 5D. RGB value is (8,50,93). Sum of RGB (Red+Green+Blue) = 8+50+93=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #08325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325D is #F7CDA2. Grayscale: #2A2A2A. Windows color (decimal): -16240035 or 6107656. OLE color: 6107656.

HSL color Cylindrical-coordinate representation of color #08325D: hue angle of 210.35º 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 #08325D is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 50 93 -
CMYK 0.91 0.46 0 0.64
HSL 210.35º 0.84% 0.2% -
HSV(B) 210.35º 0.91% 0.36% -
XYZ 3.22 3.12 10.79 -
YUV 42.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 8 50 93 0.91 0.46 0 0.64 210.35 0.84 0.2
Hex 8 32 5D 5B 2E 0 40 D2 54 14
Octal 10 62 135 133 56 0 100 322 124 24
Binary 1000 110010 1011101 1011011 101110 0 1000000 11010010 1010100 10100

Color Harmonies of #08325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08325D

Black with #08325D

Text Example


Text Example

White with #08325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08325D;
 }
 .AnyTagClassName
 {
   color: #08325D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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