#08315F

Color #08315F Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #08315F

Tints of Prussian Blue #08315F

Color information

#08315F (or 0x08315F) is unknown color: approx 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

RGB84995-
CMYK0.920.4800.63
HSL211.72º84.47%20.2%-
HSV(B)211.72º91.58%37.25%-
XYZ3.263.0711.25-
YUV41.98157.92103.76-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal849950.920.4800.63211.7284.4720.2
Hex8315F5C3003Fd45414
Octal10611371346007732412424
Binary100011000110111111011100110000011111111010100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>