#083A59

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

Shades of Prussian Blue #083A59

Tints of Prussian Blue #083A59

Color information

#083A59 (or 0x083A59) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 59. RGB value is (8,58,89). Sum of RGB (Red+Green+Blue) = 8+58+89=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #083A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A59 is #F7C5A6. Grayscale: #2E2E2E. Windows color (decimal): -16237991 or 5847560. OLE color: 5847560.

HSL color Cylindrical-coordinate representation of color #083A59: hue angle of 202.96º 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 #083A59 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85889-
CMYK0.910.3500.65
HSL202.96º83.51%19.02%-
HSV(B)202.96º91.01%34.9%-
XYZ3.423.810-
YUV46.58151.94100.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=5.16%
G=37.42%
B=57.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858890.910.3500.65202.9683.5119.02
Hex83A595B23041cb5413
Octal107213113343010131312423
Binary1000111010101100110110111000110100000111001011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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