#083F59

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

Shades of Prussian Blue #083F59

Tints of Prussian Blue #083F59

Color information

#083F59 (or 0x083F59) is unknown color: approx Prussian Blue. HEX triplet: 08, 3F and 59. RGB value is (8,63,89). Sum of RGB (Red+Green+Blue) = 8+63+89=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #083F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F59 is #F7C0A6. Grayscale: #313131. Windows color (decimal): -16236711 or 5848840. OLE color: 5848840.

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

Color convert

RGB86389-
CMYK0.910.2900.65
HSL199.26º83.51%19.02%-
HSV(B)199.26º91.01%34.9%-
XYZ3.684.3310.09-
YUV49.52150.2898.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=5%
G=39.38%
B=55.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal863890.910.2900.65199.2683.5119.02
Hex83F595B1D041c75413
Octal107713113335010130712423
Binary100011111110110011011011111010100000111000111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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