#083863

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

Shades of Prussian Blue #083863

Tints of Prussian Blue #083863

Color information

#083863 (or 0x083863) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 63. RGB value is (8,56,99). Sum of RGB (Red+Green+Blue) = 8+56+99=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #083863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083863 is #F7C79C. Grayscale: #2E2E2E. Windows color (decimal): -16238493 or 6502408. OLE color: 6502408.

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

Color convert

RGB85699-
CMYK0.920.4300.61
HSL208.35º85.05%20.98%-
HSV(B)208.35º91.92%38.82%-
XYZ3.773.7812.34-
YUV46.55157.6100.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=4.91%
G=34.36%
B=60.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal856990.920.4300.61208.3585.0520.98
Hex838635C2B03Dd05515
Octal10701431345307532012525
Binary100011100011000111011100101011011110111010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083863; }

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

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

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

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

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

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

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

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