#082D61

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

Shades of Prussian Blue #082D61

Tints of Prussian Blue #082D61

Color information

#082D61 (or 0x082D61) is unknown color: approx Prussian Blue. HEX triplet: 08, 2D and 61. RGB value is (8,45,97). Sum of RGB (Red+Green+Blue) = 8+45+97=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #082D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D61 is #F7D29E. Grayscale: #272727. Windows color (decimal): -16241311 or 6368520. OLE color: 6368520.

HSL color Cylindrical-coordinate representation of color #082D61: hue angle of 215.06º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082D61 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84597-
CMYK0.920.5400.62
HSL215.06º84.76%20.59%-
HSV(B)215.06º91.75%38.04%-
XYZ3.22.7911.68-
YUV39.86160.24105.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=5.33%
G=30%
B=64.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal845970.920.5400.62215.0684.7620.59
Hex82D615C3603Ed75515
Octal10551411346607632712525
Binary100010110111000011011100110110011111011010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,45,97); }

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

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

 a { background-color: rgb(8,45,97); }

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

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

 span { border-color: rgb(8,45,97); }

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