#083860

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

Shades of Prussian Blue #083860

Tints of Prussian Blue #083860

Color information

#083860 (or 0x083860) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 60. RGB value is (8,56,96). Sum of RGB (Red+Green+Blue) = 8+56+96=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #083860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083860 is #F7C79F. Grayscale: #2E2E2E. Windows color (decimal): -16238496 or 6305800. OLE color: 6305800.

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

Color convert

RGB85696-
CMYK0.920.4200.62
HSL207.27º84.62%20.39%-
HSV(B)207.27º91.67%37.65%-
XYZ3.633.7211.59-
YUV46.21156.1100.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 96 (37.89% from 255) = 60%
R=5%
G=35%
B=60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal856960.920.4200.62207.2784.6220.39
Hex838605C2A03Ecf5514
Octal10701401345207631712524
Binary100011100011000001011100101010011111011001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083860; }

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

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

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

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

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

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

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

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