#083F5B

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

Shades of Prussian Blue #083F5B

Tints of Prussian Blue #083F5B

Color information

#083F5B (or 0x083F5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 3F and 5B. RGB value is (8,63,91). Sum of RGB (Red+Green+Blue) = 8+63+91=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #083F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F5B is #F7C0A4. Grayscale: #313131. Windows color (decimal): -16236709 or 5979912. OLE color: 5979912.

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

Color convert

RGB86391-
CMYK0.910.3100.64
HSL200.24º83.84%19.41%-
HSV(B)200.24º91.21%35.69%-
XYZ3.774.3610.54-
YUV49.75151.2898.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=4.94%
G=38.89%
B=56.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal863910.910.3100.64200.2483.8419.41
Hex83F5B5B1F040c85413
Octal107713313337010031012423
Binary100011111110110111011011111110100000011001000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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