Shades of Prussian Blue #083375
Tints of Prussian Blue #083375
RGB
CMYK
RGB Variations
Color information
#083375 (or 0x083375) is known color: Prussian Blue. HEX triplet: 08, 33 and 75. RGB value is (8,51,117). Sum of RGB (Red+Green+Blue) = 8+51+117=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #083375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083375 is #F7CC8A. Grayscale: #2D2D2D. Windows color (decimal): -16239755 or 7680776. OLE color: 7680776.
HSL color Cylindrical-coordinate representation of color #083375: hue angle of 216.33º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083375 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 51 | 117 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.54 |
| HSL | 216.33º | 0.87% | 0.25% | - |
| HSV(B) | 216.33º | 0.93% | 0.46% | - |
| XYZ | 4.49 | 3.7 | 17.31 | - |
| YUV | 45.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 117 | 0.93 | 0.56 | 0 | 0.54 | 216.33 | 0.87 | 0.25 |
| Hex | 8 | 33 | 75 | 5D | 38 | 0 | 36 | D8 | 57 | 19 |
| Octal | 10 | 63 | 165 | 135 | 70 | 0 | 66 | 330 | 127 | 31 |
| Binary | 1000 | 110011 | 1110101 | 1011101 | 111000 | 0 | 110110 | 11011000 | 1010111 | 11001 |
Color Harmonies of #083375
Complementary color
Monochromatic Colors of #083375
Black with #083375
Text Example
Text Example
White with #083375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083375; }
p { color: rgb(8,51,117); }
H1.HeaderClassName
{
color: #083375;
}
.AnyTagClassName
{
color: #083375;
}
</style>
background-color css
<style>
a { background-color: #083375; }
a { background-color: rgb(8,51,117); }
div.DivClassName
{
background-color: #083375;
}
.BgClassName
{
background-color: #083375;
}
</style>
border-color css
<style>
span { border-color: #083375; }
span { border-color: rgb(8,51,117); }
td.TdClassName
{
border-color: #083375;
}
.TagClassName
{
border-color: #083375;
}
</style>