#082F54

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

Shades of Prussian Blue #082F54

Tints of Prussian Blue #082F54

Color information

#082F54 (or 0x082F54) is unknown color: approx Prussian Blue. HEX triplet: 08, 2F and 54. RGB value is (8,47,84). Sum of RGB (Red+Green+Blue) = 8+47+84=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #082F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F54 is #F7D0AB. Grayscale: #272727. Windows color (decimal): -16240812 or 5517064. OLE color: 5517064.

HSL color Cylindrical-coordinate representation of color #082F54: hue angle of 209.21º 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 #082F54 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84784-
CMYK0.900.4400.67
HSL209.21º82.61%18.04%-
HSV(B)209.21º90.48%32.94%-
XYZ2.722.728.77-
YUV39.56153.08105.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=5.76%
G=33.81%
B=60.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal847840.900.4400.67209.2182.6118.04
Hex82F545A2C043d15312
Octal105712413254010332112322
Binary1000101111101010010110101011000100001111010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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