#082F5B

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

Shades of Prussian Blue #082F5B

Tints of Prussian Blue #082F5B

Color information

#082F5B (or 0x082F5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 2F and 5B. RGB value is (8,47,91). Sum of RGB (Red+Green+Blue) = 8+47+91=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #082F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5B is #F7D0A4. Grayscale: #282828. Windows color (decimal): -16240805 or 5975816. OLE color: 5975816.

HSL color Cylindrical-coordinate representation of color #082F5B: hue angle of 211.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F5B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB84791-
CMYK0.910.4800.64
HSL211.81º83.84%19.41%-
HSV(B)211.81º91.21%35.69%-
XYZ32.8410.29-
YUV40.35156.58104.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=5.48%
G=32.19%
B=62.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal847910.910.4800.64211.8183.8419.41
Hex82F5B5B30040d45413
Octal105713313360010032412423
Binary1000101111101101110110111100000100000011010100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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