#083B5B

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

Shades of Prussian Blue #083B5B

Tints of Prussian Blue #083B5B

Color information

#083B5B (or 0x083B5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 3B and 5B. RGB value is (8,59,91). Sum of RGB (Red+Green+Blue) = 8+59+91=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #083B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5B is #F7C4A4. Grayscale: #2F2F2F. Windows color (decimal): -16237733 or 5978888. OLE color: 5978888.

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

Color convert

RGB85991-
CMYK0.910.3500.64
HSL203.13º83.84%19.41%-
HSV(B)203.13º91.21%35.69%-
XYZ3.553.9310.47-
YUV47.4152.699.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=5.06%
G=37.34%
B=57.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859910.910.3500.64203.1383.8419.41
Hex83B5B5B23040cb5413
Octal107313313343010031312423
Binary1000111011101101110110111000110100000011001011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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