#082B55

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

Shades of Prussian Blue #082B55

Tints of Prussian Blue #082B55

Color information

#082B55 (or 0x082B55) is unknown color: approx Prussian Blue. HEX triplet: 08, 2B and 55. RGB value is (8,43,85). Sum of RGB (Red+Green+Blue) = 8+43+85=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #082B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B55 is #F7D4AA. Grayscale: #252525. Windows color (decimal): -16241835 or 5581576. OLE color: 5581576.

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

Color convert

RGB84385-
CMYK0.910.4900.67
HSL212.73º82.8%18.24%-
HSV(B)212.73º90.59%33.33%-
XYZ2.62.448.93-
YUV37.32154.9107.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 85 (33.59% from 255) = 62.5%
R=5.88%
G=31.62%
B=62.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal843850.910.4900.67212.7382.818.24
Hex82B555B31043d55312
Octal105312513361010332512322
Binary1000101011101010110110111100010100001111010101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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