Html Css Color HEX #08316C Prussian Blue

📋 copy color: '#08316C'

red 8 ◦ green 49 ◦ blue 108

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

Shades of Prussian Blue #08316C

Tints of Prussian Blue #08316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

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

R = 4.85%
G = 29.7%
B = 65.45%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08316C (or 0x08316C) is known color: Prussian Blue. HEX triplet: 08, 31 and 6C. RGB value is (8,49,108). Sum of RGB (Red+Green+Blue) = 8+49+108=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #08316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08316C is #F7CE93. Grayscale: #2B2B2B. Windows color (decimal): -16240276 or 7090440. OLE color: 7090440.

HSL color Cylindrical-coordinate representation of color #08316C: hue angle of 215.4º 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 #08316C is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 49 108 -
CMYK 0.93 0.55 0 0.58
HSL 215.4º 0.86% 0.23% -
HSV(B) 215.4º 0.93% 0.42% -
XYZ 3.91 3.33 14.62 -
YUV 43.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 8 49 108 0.93 0.55 0 0.58 215.4 0.86 0.23
Hex 8 31 6C 5D 37 0 3A D7 56 17
Octal 10 61 154 135 67 0 72 327 126 27
Binary 1000 110001 1101100 1011101 110111 0 111010 11010111 1010110 10111

Color Harmonies of #08316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08316C

Black with #08316C

Text Example


Text Example

White with #08316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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