Html Css Color HEX #08326F Prussian Blue

📋 copy color: '#08326F'

red 8 ◦ green 50 ◦ blue 111

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

Shades of Prussian Blue #08326F

Tints of Prussian Blue #08326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.68%

R = 4.73%
G = 29.59%
B = 65.68%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08326F (or 0x08326F) is known color: Prussian Blue. HEX triplet: 08, 32 and 6F. RGB value is (8,50,111). Sum of RGB (Red+Green+Blue) = 8+50+111=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #08326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08326F is #F7CD90. Grayscale: #2C2C2C. Windows color (decimal): -16240017 or 7287304. OLE color: 7287304.

HSL color Cylindrical-coordinate representation of color #08326F: hue angle of 215.53º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08326F is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 50 111 -
CMYK 0.93 0.55 0 0.56
HSL 215.53º 0.87% 0.23% -
HSV(B) 215.53º 0.93% 0.44% -
XYZ 4.11 3.48 15.49 -
YUV 44.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 8 50 111 0.93 0.55 0 0.56 215.53 0.87 0.23
Hex 8 32 6F 5D 37 0 38 D8 57 17
Octal 10 62 157 135 67 0 70 330 127 27
Binary 1000 110010 1101111 1011101 110111 0 111000 11011000 1010111 10111

Color Harmonies of #08326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08326F

Black with #08326F

Text Example


Text Example

White with #08326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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