#082C55

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

Shades of Prussian Blue #082C55

Tints of Prussian Blue #082C55

Color information

#082C55 (or 0x082C55) is unknown color: approx Prussian Blue. HEX triplet: 08, 2C and 55. RGB value is (8,44,85). Sum of RGB (Red+Green+Blue) = 8+44+85=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #082C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C55 is #F7D3AA. Grayscale: #252525. Windows color (decimal): -16241579 or 5581832. OLE color: 5581832.

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

Color convert

RGB84485-
CMYK0.910.4800.67
HSL211.95º82.8%18.24%-
HSV(B)211.95º90.59%33.33%-
XYZ2.642.518.94-
YUV37.91154.57106.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 85 (33.59% from 255) = 62.04%
R=5.84%
G=32.12%
B=62.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal844850.910.4800.67211.9582.818.24
Hex82C555B30043d45312
Octal105412513360010332412322
Binary1000101100101010110110111100000100001111010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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