#082A50

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

Shades of Prussian Blue #082A50

Tints of Prussian Blue #082A50

Color information

#082A50 (or 0x082A50) is unknown color: approx Prussian Blue. HEX triplet: 08, 2A and 50. RGB value is (8,42,80). Sum of RGB (Red+Green+Blue) = 8+42+80=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #082A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A50 is #F7D5AF. Grayscale: #232323. Windows color (decimal): -16242096 or 5253640. OLE color: 5253640.

HSL color Cylindrical-coordinate representation of color #082A50: hue angle of 211.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082A50 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB84280-
CMYK0.900.4800.69
HSL211.67º81.82%17.25%-
HSV(B)211.67º90%31.37%-
XYZ2.382.297.91-
YUV36.17152.74107.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=6.15%
G=32.31%
B=61.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal842800.900.4800.69211.6781.8217.25
Hex82A505A30045d45211
Octal105212013260010532412221
Binary1000101010101000010110101100000100010111010100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,42,80); }

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

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

 a { background-color: rgb(8,42,80); }

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

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

 span { border-color: rgb(8,42,80); }

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