Html Css Color HEX #08315D Prussian Blue

📋 copy color: '#08315D'

red 8 ◦ green 49 ◦ blue 93

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

Shades of Prussian Blue #08315D

Tints of Prussian Blue #08315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 5.33%
G = 32.67%
B = 62%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08315D (or 0x08315D) is known color: Prussian Blue. HEX triplet: 08, 31 and 5D. RGB value is (8,49,93). Sum of RGB (Red+Green+Blue) = 8+49+93=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #08315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08315D is #F7CEA2. Grayscale: #292929. Windows color (decimal): -16240291 or 6107400. OLE color: 6107400.

HSL color Cylindrical-coordinate representation of color #08315D: hue angle of 211.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08315D is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 49 93 -
CMYK 0.91 0.47 0 0.64
HSL 211.06º 0.84% 0.2% -
HSV(B) 211.06º 0.91% 0.36% -
XYZ 3.17 3.04 10.78 -
YUV 41.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 8 49 93 0.91 0.47 0 0.64 211.06 0.84 0.2
Hex 8 31 5D 5B 2F 0 40 D3 54 14
Octal 10 61 135 133 57 0 100 323 124 24
Binary 1000 110001 1011101 1011011 101111 0 1000000 11010011 1010100 10100

Color Harmonies of #08315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08315D

Black with #08315D

Text Example


Text Example

White with #08315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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