Html Css Color HEX #08325C Prussian Blue

📋 copy color: '#08325C'

red 8 ◦ green 50 ◦ blue 92

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

Shades of Prussian Blue #08325C

Tints of Prussian Blue #08325C

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 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

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

RGB 8 50 92 -
CMYK 0.91 0.46 0 0.64
HSL 210º 0.84% 0.2% -
HSV(B) 210º 0.91% 0.36% -
XYZ 3.17 3.11 10.56 -
YUV 42.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 8 50 92 0.91 0.46 0 0.64 210 0.84 0.2
Hex 8 32 5C 5B 2E 0 40 D2 54 14
Octal 10 62 134 133 56 0 100 322 124 24
Binary 1000 110010 1011100 1011011 101110 0 1000000 11010010 1010100 10100

Color Harmonies of #08325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08325C

Black with #08325C

Text Example


Text Example

White with #08325C

Text Example


Text Example

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