#08316A

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

Shades of Prussian Blue #08316A

Tints of Prussian Blue #08316A

Color information

#08316A (or 0x08316A) is unknown color: approx Prussian Blue. HEX triplet: 08, 31 and 6A. RGB value is (8,49,106). Sum of RGB (Red+Green+Blue) = 8+49+106=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #08316A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08316A is #F7CE95. Grayscale: #2A2A2A. Windows color (decimal): -16240278 or 6959368. OLE color: 6959368.

HSL color Cylindrical-coordinate representation of color #08316A: hue angle of 214.9º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08316A is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB849106-
CMYK0.920.5400.58
HSL214.9º85.96%22.35%-
HSV(B)214.9º92.45%41.57%-
XYZ3.83.2914.07-
YUV43.24163.42102.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 106 (41.80% from 255) = 65.03%
R=4.91%
G=30.06%
B=65.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8491060.920.5400.58214.985.9622.35
Hex8316A5C3603Ad75616
Octal10611521346607232712626
Binary100011000111010101011100110110011101011010111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08316A; }

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

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

<style>
 a { background-color: #08316A; }

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

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

<style>
 span { border-color: #08316A; }

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

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