#082F52

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

Shades of Prussian Blue #082F52

Tints of Prussian Blue #082F52

Color information

#082F52 (or 0x082F52) is unknown color: approx Prussian Blue. HEX triplet: 08, 2F and 52. RGB value is (8,47,82). Sum of RGB (Red+Green+Blue) = 8+47+82=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #082F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F52 is #F7D0AD. Grayscale: #272727. Windows color (decimal): -16240814 or 5385992. OLE color: 5385992.

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

Color convert

RGB84782-
CMYK0.900.4300.68
HSL208.38º82.22%17.65%-
HSV(B)208.38º90.24%32.16%-
XYZ2.642.698.36-
YUV39.33152.08105.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=5.84%
G=34.31%
B=59.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal847820.900.4300.68208.3882.2217.65
Hex82F525A2B044d05212
Octal105712213253010432012222
Binary1000101111101001010110101010110100010011010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,47,82); }

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

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

 a { background-color: rgb(8,47,82); }

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

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

 span { border-color: rgb(8,47,82); }

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