#084562

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

Shades of Prussian Blue #084562

Tints of Prussian Blue #084562

Color information

#084562 (or 0x084562) is unknown color: approx Prussian Blue. HEX triplet: 08, 45 and 62. RGB value is (8,69,98). Sum of RGB (Red+Green+Blue) = 8+69+98=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #084562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084562 is #F7BA9D. Grayscale: #353535. Windows color (decimal): -16235166 or 6440200. OLE color: 6440200.

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

Color convert

RGB86998-
CMYK0.920.3000.62
HSL199.33º84.91%20.78%-
HSV(B)199.33º91.84%38.43%-
XYZ4.435.1912.32-
YUV54.07152.7995.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 98 (38.67% from 255) = 56%
R=4.57%
G=39.43%
B=56%

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
Decimal869980.920.3000.62199.3384.9120.78
Hex845625C1E03Ec75515
Octal101051421343607630712525
Binary100010001011100010101110011110011111011000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084562; }

 p { color: rgb(8,69,98); }

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

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

 a { background-color: rgb(8,69,98); }

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

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

 span { border-color: rgb(8,69,98); }

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