#082A4F

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

Shades of Prussian Blue #082A4F

Tints of Prussian Blue #082A4F

Color information

#082A4F (or 0x082A4F) is unknown color: approx Prussian Blue. HEX triplet: 08, 2A and 4F. RGB value is (8,42,79). Sum of RGB (Red+Green+Blue) = 8+42+79=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #082A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A4F is #F7D5B0. Grayscale: #232323. Windows color (decimal): -16242097 or 5188104. OLE color: 5188104.

HSL color Cylindrical-coordinate representation of color #082A4F: hue angle of 211.27º 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 #082A4F is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB84279-
CMYK0.900.4700.69
HSL211.27º81.61%17.06%-
HSV(B)211.27º89.87%30.98%-
XYZ2.342.277.71-
YUV36.05152.24107.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=6.20%
G=32.56%
B=61.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal842790.900.4700.69211.2781.6117.06
Hex82A4F5A2F045d35211
Octal105211713257010532312221
Binary1000101010100111110110101011110100010111010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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