#084164

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

Shades of Prussian Blue #084164

Tints of Prussian Blue #084164

Color information

#084164 (or 0x084164) is unknown color: approx Prussian Blue. HEX triplet: 08, 41 and 64. RGB value is (8,65,100). Sum of RGB (Red+Green+Blue) = 8+65+100=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #084164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084164 is #F7BE9B. Grayscale: #333333. Windows color (decimal): -16236188 or 6570248. OLE color: 6570248.

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

Color convert

RGB865100-
CMYK0.920.3500.61
HSL202.83º85.19%21.18%-
HSV(B)202.83º92%39.22%-
XYZ4.294.7512.75-
YUV51.95155.1296.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=4.62%
G=37.57%
B=57.80%

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
Decimal8651000.920.3500.61202.8385.1921.18
Hex841645C2303Dcb5515
Octal101011441344307531312525
Binary1000100000111001001011100100011011110111001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084164; }

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

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

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

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

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

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

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

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