Shades of Prussian Blue #083B5C
Tints of Prussian Blue #083B5C
RGB
CMYK
RGB Variations
Color information
#083B5C (or 0x083B5C) is known color: Prussian Blue. HEX triplet: 08, 3B and 5C. RGB value is (8,59,92). Sum of RGB (Red+Green+Blue) = 8+59+92=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #083B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5C is #F7C4A3. Grayscale: #2F2F2F. Windows color (decimal): -16237732 or 6044424. OLE color: 6044424.
HSL color Cylindrical-coordinate representation of color #083B5C: hue angle of 203.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083B5C is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 59 | 92 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.64 |
| HSL | 203.57º | 0.84% | 0.2% | - |
| HSV(B) | 203.57º | 0.91% | 0.36% | - |
| XYZ | 3.6 | 3.95 | 10.7 | - |
| YUV | 47.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 92 | 0.91 | 0.36 | 0 | 0.64 | 203.57 | 0.84 | 0.2 |
| Hex | 8 | 3B | 5C | 5B | 24 | 0 | 40 | CC | 54 | 14 |
| Octal | 10 | 73 | 134 | 133 | 44 | 0 | 100 | 314 | 124 | 24 |
| Binary | 1000 | 111011 | 1011100 | 1011011 | 100100 | 0 | 1000000 | 11001100 | 1010100 | 10100 |
Color Harmonies of #083B5C
Complementary color
Monochromatic Colors of #083B5C
Black with #083B5C
Text Example
Text Example
White with #083B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B5C; }
p { color: rgb(8,59,92); }
H1.HeaderClassName
{
color: #083B5C;
}
.AnyTagClassName
{
color: #083B5C;
}
</style>
background-color css
<style>
a { background-color: #083B5C; }
a { background-color: rgb(8,59,92); }
div.DivClassName
{
background-color: #083B5C;
}
.BgClassName
{
background-color: #083B5C;
}
</style>
border-color css
<style>
span { border-color: #083B5C; }
span { border-color: rgb(8,59,92); }
td.TdClassName
{
border-color: #083B5C;
}
.TagClassName
{
border-color: #083B5C;
}
</style>