#08315B

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

Shades of Prussian Blue #08315B

Tints of Prussian Blue #08315B

Color information

#08315B (or 0x08315B) is unknown color: approx Prussian Blue. HEX triplet: 08, 31 and 5B. RGB value is (8,49,91). Sum of RGB (Red+Green+Blue) = 8+49+91=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #08315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08315B is #F7CEA4. Grayscale: #292929. Windows color (decimal): -16240293 or 5976328. OLE color: 5976328.

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

Color convert

RGB84991-
CMYK0.910.4600.64
HSL210.36º83.84%19.41%-
HSV(B)210.36º91.21%35.69%-
XYZ3.09310.31-
YUV41.53155.92104.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=5.41%
G=33.11%
B=61.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal849910.910.4600.64210.3683.8419.41
Hex8315B5B2E040d25413
Octal106113313356010032212423
Binary1000110001101101110110111011100100000011010010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08315B;
 }
 .AnyTagClassName
 {
   color: #08315B;
 }
</style>
background-color css

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

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

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

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

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

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