#083563

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

Shades of Prussian Blue #083563

Tints of Prussian Blue #083563

Color information

#083563 (or 0x083563) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 63. RGB value is (8,53,99). Sum of RGB (Red+Green+Blue) = 8+53+99=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #083563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083563 is #F7CA9C. Grayscale: #2C2C2C. Windows color (decimal): -16239261 or 6501640. OLE color: 6501640.

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

Color convert

RGB85399-
CMYK0.920.4600.61
HSL210.33º85.05%20.98%-
HSV(B)210.33º91.92%38.82%-
XYZ3.633.512.29-
YUV44.79158.59101.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=5%
G=33.12%
B=61.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal853990.920.4600.61210.3385.0520.98
Hex835635C2E03Dd25515
Octal10651431345607532212525
Binary100011010111000111011100101110011110111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083563; }

 p { color: rgb(8,53,99); }

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

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

 a { background-color: rgb(8,53,99); }

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

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

 span { border-color: rgb(8,53,99); }

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