Html Css Color HEX #08315F Prussian Blue

📋 copy color: '#08315F'

red 8 ◦ green 49 ◦ blue 95

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

Shades of Prussian Blue #08315F

Tints of Prussian Blue #08315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.5%

R = 5.26%
G = 32.24%
B = 62.5%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08315F (or 0x08315F) is known color: Prussian Blue. HEX triplet: 08, 31 and 5F. RGB value is (8,49,95). Sum of RGB (Red+Green+Blue) = 8+49+95=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #08315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08315F is #F7CEA0. Grayscale: #292929. Windows color (decimal): -16240289 or 6238472. OLE color: 6238472.

HSL color Cylindrical-coordinate representation of color #08315F: hue angle of 211.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08315F is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 49 95 -
CMYK 0.92 0.48 0 0.63
HSL 211.72º 0.84% 0.2% -
HSV(B) 211.72º 0.92% 0.37% -
XYZ 3.26 3.07 11.25 -
YUV 41.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 8 49 95 0.92 0.48 0 0.63 211.72 0.84 0.2
Hex 8 31 5F 5C 30 0 3F D4 54 14
Octal 10 61 137 134 60 0 77 324 124 24
Binary 1000 110001 1011111 1011100 110000 0 111111 11010100 1010100 10100

Color Harmonies of #08315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08315F

Black with #08315F

Text Example


Text Example

White with #08315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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