#082C51

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

Shades of Prussian Blue #082C51

Tints of Prussian Blue #082C51

Color information

#082C51 (or 0x082C51) is unknown color: approx Prussian Blue. HEX triplet: 08, 2C and 51. RGB value is (8,44,81). Sum of RGB (Red+Green+Blue) = 8+44+81=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #082C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C51 is #F7D3AE. Grayscale: #252525. Windows color (decimal): -16241583 or 5319688. OLE color: 5319688.

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

Color convert

RGB84481-
CMYK0.900.4600.68
HSL210.41º82.02%17.45%-
HSV(B)210.41º90.12%31.76%-
XYZ2.492.458.13-
YUV37.45152.57106.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 81 (32.03% from 255) = 60.90%
R=6.02%
G=33.08%
B=60.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal844810.900.4600.68210.4182.0217.45
Hex82C515A2E044d25211
Octal105412113256010432212221
Binary1000101100101000110110101011100100010011010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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