#082C54

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

Shades of Prussian Blue #082C54

Tints of Prussian Blue #082C54

Color information

#082C54 (or 0x082C54) is unknown color: approx Prussian Blue. HEX triplet: 08, 2C and 54. RGB value is (8,44,84). Sum of RGB (Red+Green+Blue) = 8+44+84=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #082C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C54 is #F7D3AB. Grayscale: #252525. Windows color (decimal): -16241580 or 5516296. OLE color: 5516296.

HSL color Cylindrical-coordinate representation of color #082C54: hue angle of 211.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082C54 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84484-
CMYK0.900.4800.67
HSL211.58º82.61%18.04%-
HSV(B)211.58º90.48%32.94%-
XYZ2.62.498.73-
YUV37.8154.07106.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=5.88%
G=32.35%
B=61.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal844840.900.4800.67211.5882.6118.04
Hex82C545A30043d45312
Octal105412413260010332412322
Binary1000101100101010010110101100000100001111010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082C54; }

 p { color: rgb(8,44,84); }

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

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

 a { background-color: rgb(8,44,84); }

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

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

 span { border-color: rgb(8,44,84); }

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