#084360

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

Shades of Prussian Blue #084360

Tints of Prussian Blue #084360

Color information

#084360 (or 0x084360) is unknown color: approx Prussian Blue. HEX triplet: 08, 43 and 60. RGB value is (8,67,96). Sum of RGB (Red+Green+Blue) = 8+67+96=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #084360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084360 is #F7BC9F. Grayscale: #343434. Windows color (decimal): -16235680 or 6308616. OLE color: 6308616.

HSL color Cylindrical-coordinate representation of color #084360: hue angle of 199.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084360 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86796-
CMYK0.920.3000.62
HSL199.77º84.62%20.39%-
HSV(B)199.77º91.67%37.65%-
XYZ4.224.9111.79-
YUV52.67152.4596.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=4.68%
G=39.18%
B=56.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal867960.920.3000.62199.7784.6220.39
Hex843605C1E03Ec85514
Octal101031401343607631012524
Binary100010000111100000101110011110011111011001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084360; }

 p { color: rgb(8,67,96); }

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

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

 a { background-color: rgb(8,67,96); }

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

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

 span { border-color: rgb(8,67,96); }

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