#082a55

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

Shades of Prussian Blue #082A55

Tints of Prussian Blue #082A55

Color information

#082A55 (or 0x082A55) is unknown color: approx Prussian Blue. HEX triplet: 08, 2A and 55. RGB value is (8,42,85). Sum of RGB (Red+Green+Blue) = 8+42+85=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #082A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A55 is #F7D5AA. Grayscale: #242424. Windows color (decimal): -16242091 or 5581320. OLE color: 5581320.

HSL color Cylindrical-coordinate representation of color #082A55: hue angle of 213.51º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082A55 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84285-
CMYK0.910.5100.67
HSL213.51º82.8%18.24%-
HSV(B)213.51º90.59%33.33%-
XYZ2.572.368.92-
YUV36.74155.24107.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=5.93%
G=31.11%
B=62.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal842850.910.5100.67213.5182.818.24
Hex82A555B33043d65312
Octal105212513363010332612322
Binary1000101010101010110110111100110100001111010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082a55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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