Html Css Color HEX #08326D Prussian Blue

📋 copy color: '#08326D'

red 8 ◦ green 50 ◦ blue 109

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

Shades of Prussian Blue #08326D

Tints of Prussian Blue #08326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.27%

R = 4.79%
G = 29.94%
B = 65.27%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08326D (or 0x08326D) is known color: Prussian Blue. HEX triplet: 08, 32 and 6D. RGB value is (8,50,109). Sum of RGB (Red+Green+Blue) = 8+50+109=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #08326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326D is #F7CD92. Grayscale: #2B2B2B. Windows color (decimal): -16240019 or 7156232. OLE color: 7156232.

HSL color Cylindrical-coordinate representation of color #08326D: hue angle of 215.05º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08326D is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 50 109 -
CMYK 0.93 0.54 0 0.57
HSL 215.05º 0.86% 0.23% -
HSV(B) 215.05º 0.93% 0.43% -
XYZ 4 3.44 14.92 -
YUV 44.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 8 50 109 0.93 0.54 0 0.57 215.05 0.86 0.23
Hex 8 32 6D 5D 36 0 39 D7 56 17
Octal 10 62 155 135 66 0 71 327 126 27
Binary 1000 110010 1101101 1011101 110110 0 111001 11010111 1010110 10111

Color Harmonies of #08326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08326D

Black with #08326D

Text Example


Text Example

White with #08326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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