#083B53

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

Shades of Prussian Blue #083B53

Tints of Prussian Blue #083B53

Color information

#083B53 (or 0x083B53) is unknown color: approx Prussian Blue. HEX triplet: 08, 3B and 53. RGB value is (8,59,83). Sum of RGB (Red+Green+Blue) = 8+59+83=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #083B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B53 is #F7C4AC. Grayscale: #2E2E2E. Windows color (decimal): -16237741 or 5454600. OLE color: 5454600.

HSL color Cylindrical-coordinate representation of color #083B53: hue angle of 199.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083B53 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85983-
CMYK0.900.2900.67
HSL199.2º82.42%17.84%-
HSV(B)199.2º90.36%32.55%-
XYZ3.233.88.75-
YUV46.49148.6100.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=5.33%
G=39.33%
B=55.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859830.900.2900.67199.282.4217.84
Hex83B535A1D043c75212
Octal107312313235010330712222
Binary100011101110100111011010111010100001111000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,59,83); }

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

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

 a { background-color: rgb(8,59,83); }

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

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

 span { border-color: rgb(8,59,83); }

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