Shades of Prussian Blue #083768
Tints of Prussian Blue #083768
RGB
CMYK
RGB Variations
Color information
#083768 (or 0x083768) is known color: Prussian Blue. HEX triplet: 08, 37 and 68. RGB value is (8,55,104). Sum of RGB (Red+Green+Blue) = 8+55+104=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #083768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083768 is #F7C897. Grayscale: #2E2E2E. Windows color (decimal): -16238744 or 6829832. OLE color: 6829832.
HSL color Cylindrical-coordinate representation of color #083768: hue angle of 210.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083768 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 55 | 104 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.59 |
| HSL | 210.63º | 0.86% | 0.22% | - |
| HSV(B) | 210.63º | 0.92% | 0.41% | - |
| XYZ | 3.97 | 3.78 | 13.62 | - |
| YUV | 46.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 104 | 0.92 | 0.47 | 0 | 0.59 | 210.63 | 0.86 | 0.22 |
| Hex | 8 | 37 | 68 | 5C | 2F | 0 | 3B | D3 | 56 | 16 |
| Octal | 10 | 67 | 150 | 134 | 57 | 0 | 73 | 323 | 126 | 26 |
| Binary | 1000 | 110111 | 1101000 | 1011100 | 101111 | 0 | 111011 | 11010011 | 1010110 | 10110 |
Color Harmonies of #083768
Complementary color
Monochromatic Colors of #083768
Black with #083768
Text Example
Text Example
White with #083768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083768; }
p { color: rgb(8,55,104); }
H1.HeaderClassName
{
color: #083768;
}
.AnyTagClassName
{
color: #083768;
}
</style>
background-color css
<style>
a { background-color: #083768; }
a { background-color: rgb(8,55,104); }
div.DivClassName
{
background-color: #083768;
}
.BgClassName
{
background-color: #083768;
}
</style>
border-color css
<style>
span { border-color: #083768; }
span { border-color: rgb(8,55,104); }
td.TdClassName
{
border-color: #083768;
}
.TagClassName
{
border-color: #083768;
}
</style>