Html Css Color HEX #08325E Prussian Blue

📋 copy color: '#08325E'

red 8 ◦ green 50 ◦ blue 94

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

Shades of Prussian Blue #08325E

Tints of Prussian Blue #08325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 5.26%
G = 32.89%
B = 61.84%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08325E (or 0x08325E) is known color: Prussian Blue. HEX triplet: 08, 32 and 5E. RGB value is (8,50,94). Sum of RGB (Red+Green+Blue) = 8+50+94=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #08325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325E is #F7CDA1. Grayscale: #2A2A2A. Windows color (decimal): -16240034 or 6173192. OLE color: 6173192.

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

Color convert

RGB 8 50 94 -
CMYK 0.91 0.47 0 0.63
HSL 210.7º 0.84% 0.2% -
HSV(B) 210.7º 0.91% 0.37% -
XYZ 3.26 3.14 11.02 -
YUV 42.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 8 50 94 0.91 0.47 0 0.63 210.7 0.84 0.2
Hex 8 32 5E 5B 2F 0 3F D3 54 14
Octal 10 62 136 133 57 0 77 323 124 24
Binary 1000 110010 1011110 1011011 101111 0 111111 11010011 1010100 10100

Color Harmonies of #08325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08325E

Black with #08325E

Text Example


Text Example

White with #08325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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