Html Css Color HEX #08326C Prussian Blue

📋 copy color: '#08326C'

red 8 ◦ green 50 ◦ blue 108

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

Shades of Prussian Blue #08326C

Tints of Prussian Blue #08326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.06%

R = 4.82%
G = 30.12%
B = 65.06%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08326C (or 0x08326C) is known color: Prussian Blue. HEX triplet: 08, 32 and 6C. RGB value is (8,50,108). Sum of RGB (Red+Green+Blue) = 8+50+108=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #08326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326C is #F7CD93. Grayscale: #2B2B2B. Windows color (decimal): -16240020 or 7090696. OLE color: 7090696.

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

Color convert

RGB 8 50 108 -
CMYK 0.93 0.54 0 0.58
HSL 214.8º 0.86% 0.23% -
HSV(B) 214.8º 0.93% 0.42% -
XYZ 3.95 3.42 14.64 -
YUV 44.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 8 50 108 0.93 0.54 0 0.58 214.8 0.86 0.23
Hex 8 32 6C 5D 36 0 3A D7 56 17
Octal 10 62 154 135 66 0 72 327 126 27
Binary 1000 110010 1101100 1011101 110110 0 111010 11010111 1010110 10111

Color Harmonies of #08326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08326C

Black with #08326C

Text Example


Text Example

White with #08326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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