#082F5E

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

Shades of Prussian Blue #082F5E

Tints of Prussian Blue #082F5E

Color information

#082F5E (or 0x082F5E) is unknown color: approx Prussian Blue. HEX triplet: 08, 2F and 5E. RGB value is (8,47,94). Sum of RGB (Red+Green+Blue) = 8+47+94=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #082F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5E is #F7D0A1. Grayscale: #282828. Windows color (decimal): -16240802 or 6172424. OLE color: 6172424.

HSL color Cylindrical-coordinate representation of color #082F5E: hue angle of 212.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F5E is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB84794-
CMYK0.910.500.63
HSL212.79º84.31%20%-
HSV(B)212.79º91.49%36.86%-
XYZ3.142.8910.98-
YUV40.7158.08104.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 94 (37.11% from 255) = 63.09%
R=5.37%
G=31.54%
B=63.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal847940.910.500.63212.7984.3120
Hex82F5E5B3203Fd55414
Octal10571361336207732512424
Binary100010111110111101011011110010011111111010101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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