#08315C

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

Shades of Prussian Blue #08315C

Tints of Prussian Blue #08315C

Color information

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

RGB84992-
CMYK0.910.4700.64
HSL210.71º84%19.61%-
HSV(B)210.71º91.3%36.08%-
XYZ3.133.0210.54-
YUV41.64156.42104-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal849920.910.4700.64210.718419.61
Hex8315C5B2F040d35414
Octal106113413357010032312424
Binary1000110001101110010110111011110100000011010011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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