#083576

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

Shades of Prussian Blue #083576

Tints of Prussian Blue #083576

Color information

#083576 (or 0x083576) is unknown color: approx Prussian Blue. HEX triplet: 08, 35 and 76. RGB value is (8,53,118). Sum of RGB (Red+Green+Blue) = 8+53+118=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #083576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083576 is #F7CA89. Grayscale: #2E2E2E. Windows color (decimal): -16239242 or 7746824. OLE color: 7746824.

HSL color Cylindrical-coordinate representation of color #083576: hue angle of 215.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083576 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB853118-
CMYK0.930.5500.54
HSL215.45º87.3%24.71%-
HSV(B)215.45º93.22%46.27%-
XYZ4.643.9117.65-
YUV46.96168.09100.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=4.47%
G=29.61%
B=65.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8531180.930.5500.54215.4587.324.71
Hex835765D37036d75719
Octal10651661356706632712731
Binary100011010111101101011101110111011011011010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083576; }

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

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

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

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

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

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

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

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