Html Css Color HEX #08326A Prussian Blue

📋 copy color: '#08326A'

red 8 ◦ green 50 ◦ blue 106

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

Shades of Prussian Blue #08326A

Tints of Prussian Blue #08326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 64.63%

R = 4.88%
G = 30.49%
B = 64.63%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08326A (or 0x08326A) is known color: Prussian Blue. HEX triplet: 08, 32 and 6A. RGB value is (8,50,106). Sum of RGB (Red+Green+Blue) = 8+50+106=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #08326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326A is #F7CD95. Grayscale: #2B2B2B. Windows color (decimal): -16240022 or 6959624. OLE color: 6959624.

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

Color convert

RGB 8 50 106 -
CMYK 0.92 0.53 0 0.58
HSL 214.29º 0.86% 0.22% -
HSV(B) 214.29º 0.92% 0.42% -
XYZ 3.84 3.37 14.08 -
YUV 43.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 8 50 106 0.92 0.53 0 0.58 214.29 0.86 0.22
Hex 8 32 6A 5C 35 0 3A D6 56 16
Octal 10 62 152 134 65 0 72 326 126 26
Binary 1000 110010 1101010 1011100 110101 0 111010 11010110 1010110 10110

Color Harmonies of #08326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08326A

Black with #08326A

Text Example


Text Example

White with #08326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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