Shades of Prussian Blue #083B5A
Tints of Prussian Blue #083B5A
RGB
CMYK
RGB Variations
Color information
#083B5A (or 0x083B5A) is known color: Prussian Blue. HEX triplet: 08, 3B and 5A. RGB value is (8,59,90). Sum of RGB (Red+Green+Blue) = 8+59+90=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #083B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5A is #F7C4A5. Grayscale: #2F2F2F. Windows color (decimal): -16237734 or 5913352. OLE color: 5913352.
HSL color Cylindrical-coordinate representation of color #083B5A: hue angle of 202.68º 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 #083B5A is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 59 | 90 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.65 |
| HSL | 202.68º | 0.84% | 0.19% | - |
| HSV(B) | 202.68º | 0.91% | 0.35% | - |
| XYZ | 3.51 | 3.92 | 10.24 | - |
| YUV | 47.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 90 | 0.91 | 0.34 | 0 | 0.65 | 202.68 | 0.84 | 0.19 |
| Hex | 8 | 3B | 5A | 5B | 22 | 0 | 41 | CB | 54 | 13 |
| Octal | 10 | 73 | 132 | 133 | 42 | 0 | 101 | 313 | 124 | 23 |
| Binary | 1000 | 111011 | 1011010 | 1011011 | 100010 | 0 | 1000001 | 11001011 | 1010100 | 10011 |
Color Harmonies of #083B5A
Complementary color
Monochromatic Colors of #083B5A
Black with #083B5A
Text Example
Text Example
White with #083B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B5A; }
p { color: rgb(8,59,90); }
H1.HeaderClassName
{
color: #083B5A;
}
.AnyTagClassName
{
color: #083B5A;
}
</style>
background-color css
<style>
a { background-color: #083B5A; }
a { background-color: rgb(8,59,90); }
div.DivClassName
{
background-color: #083B5A;
}
.BgClassName
{
background-color: #083B5A;
}
</style>
border-color css
<style>
span { border-color: #083B5A; }
span { border-color: rgb(8,59,90); }
td.TdClassName
{
border-color: #083B5A;
}
.TagClassName
{
border-color: #083B5A;
}
</style>