#084568

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

Shades of Prussian Blue #084568

Tints of Prussian Blue #084568

Color information

#084568 (or 0x084568) is unknown color: approx Prussian Blue. HEX triplet: 08, 45 and 68. RGB value is (8,69,104). Sum of RGB (Red+Green+Blue) = 8+69+104=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #084568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084568 is #F7BA97. Grayscale: #363636. Windows color (decimal): -16235160 or 6833416. OLE color: 6833416.

HSL color Cylindrical-coordinate representation of color #084568: hue angle of 201.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084568 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB869104-
CMYK0.920.3400.59
HSL201.88º85.71%21.96%-
HSV(B)201.88º92.31%40.78%-
XYZ4.735.3113.87-
YUV54.75155.7994.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=4.42%
G=38.12%
B=57.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8691040.920.3400.59201.8885.7121.96
Hex845685C2203Bca5616
Octal101051501344207331212626
Binary1000100010111010001011100100010011101111001010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084568; }

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

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

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

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

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

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

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

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