#084063

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

Shades of Prussian Blue #084063

Tints of Prussian Blue #084063

Color information

#084063 (or 0x084063) is unknown color: approx Prussian Blue. HEX triplet: 08, 40 and 63. RGB value is (8,64,99). Sum of RGB (Red+Green+Blue) = 8+64+99=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #084063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084063 is #F7BF9C. Grayscale: #333333. Windows color (decimal): -16236445 or 6504456. OLE color: 6504456.

HSL color Cylindrical-coordinate representation of color #084063: hue angle of 203.08º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084063 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB86499-
CMYK0.920.3500.61
HSL203.08º85.05%20.98%-
HSV(B)203.08º91.92%38.82%-
XYZ4.194.6212.48-
YUV51.25154.9597.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=4.68%
G=37.43%
B=57.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal864990.920.3500.61203.0885.0520.98
Hex840635C2303Dcb5515
Octal101001431344307531312525
Binary1000100000011000111011100100011011110111001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084063; }

 p { color: rgb(8,64,99); }

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

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

 a { background-color: rgb(8,64,99); }

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

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

 span { border-color: rgb(8,64,99); }

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