Shades of Prussian Blue #083257
Tints of Prussian Blue #083257
RGB
CMYK
RGB Variations
Color information
#083257 (or 0x083257) is known color: Prussian Blue. HEX triplet: 08, 32 and 57. RGB value is (8,50,87). Sum of RGB (Red+Green+Blue) = 8+50+87=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #083257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083257 is #F7CDA8. Grayscale: #292929. Windows color (decimal): -16240041 or 5714440. OLE color: 5714440.
HSL color Cylindrical-coordinate representation of color #083257: hue angle of 208.1º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083257 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 50 | 87 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.66 |
| HSL | 208.1º | 0.83% | 0.19% | - |
| HSV(B) | 208.1º | 0.91% | 0.34% | - |
| XYZ | 2.96 | 3.02 | 9.44 | - |
| YUV | 41.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 87 | 0.91 | 0.43 | 0 | 0.66 | 208.1 | 0.83 | 0.19 |
| Hex | 8 | 32 | 57 | 5B | 2B | 0 | 42 | D0 | 53 | 13 |
| Octal | 10 | 62 | 127 | 133 | 53 | 0 | 102 | 320 | 123 | 23 |
| Binary | 1000 | 110010 | 1010111 | 1011011 | 101011 | 0 | 1000010 | 11010000 | 1010011 | 10011 |
Color Harmonies of #083257
Complementary color
Monochromatic Colors of #083257
Black with #083257
Text Example
Text Example
White with #083257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083257; }
p { color: rgb(8,50,87); }
H1.HeaderClassName
{
color: #083257;
}
.AnyTagClassName
{
color: #083257;
}
</style>
background-color css
<style>
a { background-color: #083257; }
a { background-color: rgb(8,50,87); }
div.DivClassName
{
background-color: #083257;
}
.BgClassName
{
background-color: #083257;
}
</style>
border-color css
<style>
span { border-color: #083257; }
span { border-color: rgb(8,50,87); }
td.TdClassName
{
border-color: #083257;
}
.TagClassName
{
border-color: #083257;
}
</style>