#082C5B

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

Shades of Prussian Blue #082C5B

Tints of Prussian Blue #082C5B

Color information

#082C5B (or 0x082C5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 2C and 5B. RGB value is (8,44,91). Sum of RGB (Red+Green+Blue) = 8+44+91=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #082C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C5B is #F7D3A4. Grayscale: #262626. Windows color (decimal): -16241573 or 5975048. OLE color: 5975048.

HSL color Cylindrical-coordinate representation of color #082C5B: hue angle of 213.98º 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 #082C5B is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB84491-
CMYK0.910.5200.64
HSL213.98º83.84%19.41%-
HSV(B)213.98º91.21%35.69%-
XYZ2.892.6110.25-
YUV38.59157.57106.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=5.59%
G=30.77%
B=63.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal844910.910.5200.64213.9883.8419.41
Hex82C5B5B34040d65413
Octal105413313364010032612423
Binary1000101100101101110110111101000100000011010110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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