#082951

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

Shades of Prussian Blue #082951

Tints of Prussian Blue #082951

Color information

#082951 (or 0x082951) is unknown color: approx Prussian Blue. HEX triplet: 08, 29 and 51. RGB value is (8,41,81). Sum of RGB (Red+Green+Blue) = 8+41+81=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #082951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082951 is #F7D6AE. Grayscale: #232323. Windows color (decimal): -16242351 or 5318920. OLE color: 5318920.

HSL color Cylindrical-coordinate representation of color #082951: hue angle of 212.88º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082951 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB84181-
CMYK0.900.4900.68
HSL212.88º82.02%17.45%-
HSV(B)212.88º90.12%31.76%-
XYZ2.382.238.09-
YUV35.69153.57108.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=6.15%
G=31.54%
B=62.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal841810.900.4900.68212.8882.0217.45
Hex829515A31044d55211
Octal105112113261010432512221
Binary1000101001101000110110101100010100010011010101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082951; }

 p { color: rgb(8,41,81); }

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

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

 a { background-color: rgb(8,41,81); }

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

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

 span { border-color: rgb(8,41,81); }

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