#084163

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

Shades of Prussian Blue #084163

Tints of Prussian Blue #084163

Color information

#084163 (or 0x084163) is unknown color: approx Prussian Blue. HEX triplet: 08, 41 and 63. RGB value is (8,65,99). Sum of RGB (Red+Green+Blue) = 8+65+99=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #084163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084163 is #F7BE9C. Grayscale: #333333. Windows color (decimal): -16236189 or 6504712. OLE color: 6504712.

HSL color Cylindrical-coordinate representation of color #084163: hue angle of 202.42º 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 #084163 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB86599-
CMYK0.920.3400.61
HSL202.42º85.05%20.98%-
HSV(B)202.42º91.92%38.82%-
XYZ4.244.7312.49-
YUV51.83154.6296.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=4.65%
G=37.79%
B=57.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal865990.920.3400.61202.4285.0520.98
Hex841635C2203Dca5515
Octal101011431344207531212525
Binary1000100000111000111011100100010011110111001010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084163; }

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

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

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

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

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

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

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

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