#083F5D

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

Shades of Prussian Blue #083F5D

Tints of Prussian Blue #083F5D

Color information

#083F5D (or 0x083F5D) is unknown color: approx Prussian Blue. HEX triplet: 08, 3F and 5D. RGB value is (8,63,93). Sum of RGB (Red+Green+Blue) = 8+63+93=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #083F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5D is #F7C0A2. Grayscale: #313131. Windows color (decimal): -16236707 or 6110984. OLE color: 6110984.

HSL color Cylindrical-coordinate representation of color #083F5D: hue angle of 201.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083F5D is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86393-
CMYK0.910.3200.64
HSL201.18º84.16%19.8%-
HSV(B)201.18º91.4%36.47%-
XYZ3.854.411-
YUV49.97152.2898.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=4.88%
G=38.41%
B=56.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal863930.910.3200.64201.1884.1619.8
Hex83F5D5B20040c95414
Octal107713513340010031112424
Binary1000111111101110110110111000000100000011001001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F5D; }

 p { color: rgb(8,63,93); }

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

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

 a { background-color: rgb(8,63,93); }

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

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

 span { border-color: rgb(8,63,93); }

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