Html Css Color HEX #08315C Prussian Blue

📋 copy color: '#08315C'

red 8 ◦ green 49 ◦ blue 92

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

Shades of Prussian Blue #08315C

Tints of Prussian Blue #08315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 61.74%

R = 5.37%
G = 32.89%
B = 61.74%

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

#08315C (or 0x08315C) is known color: Prussian Blue. HEX triplet: 08, 31 and 5C. RGB value is (8,49,92). Sum of RGB (Red+Green+Blue) = 8+49+92=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #08315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08315C is #F7CEA3. Grayscale: #292929. Windows color (decimal): -16240292 or 6041864. OLE color: 6041864.

HSL color Cylindrical-coordinate representation of color #08315C: hue angle of 210.71º 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 #08315C is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 49 92 -
CMYK 0.91 0.47 0 0.64
HSL 210.71º 0.84% 0.2% -
HSV(B) 210.71º 0.91% 0.36% -
XYZ 3.13 3.02 10.54 -
YUV 41.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 8 49 92 0.91 0.47 0 0.64 210.71 0.84 0.2
Hex 8 31 5C 5B 2F 0 40 D3 54 14
Octal 10 61 134 133 57 0 100 323 124 24
Binary 1000 110001 1011100 1011011 101111 0 1000000 11010011 1010100 10100

Color Harmonies of #08315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08315C

Black with #08315C

Text Example


Text Example

White with #08315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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