#082C5A

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

Shades of Prussian Blue #082C5A

Tints of Prussian Blue #082C5A

Color information

#082C5A (or 0x082C5A) is unknown color: approx Prussian Blue. HEX triplet: 08, 2C and 5A. RGB value is (8,44,90). Sum of RGB (Red+Green+Blue) = 8+44+90=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #082C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C5A is #F7D3A5. Grayscale: #262626. Windows color (decimal): -16241574 or 5909512. OLE color: 5909512.

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

Color convert

RGB84490-
CMYK0.910.5100.65
HSL213.66º83.67%19.22%-
HSV(B)213.66º91.11%35.29%-
XYZ2.852.5910.02-
YUV38.48157.07106.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=5.63%
G=30.99%
B=63.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal844900.910.5100.65213.6683.6719.22
Hex82C5A5B33041d65413
Octal105413213363010132612423
Binary1000101100101101010110111100110100000111010110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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