#084168

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

Shades of Prussian Blue #084168

Tints of Prussian Blue #084168

Color information

#084168 (or 0x084168) is unknown color: approx Prussian Blue. HEX triplet: 08, 41 and 68. RGB value is (8,65,104). Sum of RGB (Red+Green+Blue) = 8+65+104=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #084168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084168 is #F7BE97. Grayscale: #343434. Windows color (decimal): -16236184 or 6832392. OLE color: 6832392.

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

Color convert

RGB865104-
CMYK0.920.3800.59
HSL204.38º85.71%21.96%-
HSV(B)204.38º92.31%40.78%-
XYZ4.494.8313.79-
YUV52.4157.1296.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=4.52%
G=36.72%
B=58.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8651040.920.3800.59204.3885.7121.96
Hex841685C2603Bcc5616
Octal101011501344607331412626
Binary1000100000111010001011100100110011101111001100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084168; }

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

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

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

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

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

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

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

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