Shades of Prussian Blue #083A62
Tints of Prussian Blue #083A62
RGB
CMYK
RGB Variations
Color information
#083A62 (or 0x083A62) is known color: Prussian Blue. HEX triplet: 08, 3A and 62. RGB value is (8,58,98). Sum of RGB (Red+Green+Blue) = 8+58+98=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #083A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A62 is #F7C59D. Grayscale: #2F2F2F. Windows color (decimal): -16237982 or 6437384. OLE color: 6437384.
HSL color Cylindrical-coordinate representation of color #083A62: hue angle of 206.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083A62 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 58 | 98 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.62 |
| HSL | 206.67º | 0.85% | 0.21% | - |
| HSV(B) | 206.67º | 0.92% | 0.38% | - |
| XYZ | 3.82 | 3.96 | 12.12 | - |
| YUV | 47.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 98 | 0.92 | 0.41 | 0 | 0.62 | 206.67 | 0.85 | 0.21 |
| Hex | 8 | 3A | 62 | 5C | 29 | 0 | 3E | CF | 55 | 15 |
| Octal | 10 | 72 | 142 | 134 | 51 | 0 | 76 | 317 | 125 | 25 |
| Binary | 1000 | 111010 | 1100010 | 1011100 | 101001 | 0 | 111110 | 11001111 | 1010101 | 10101 |
Color Harmonies of #083A62
Complementary color
Monochromatic Colors of #083A62
Black with #083A62
Text Example
Text Example
White with #083A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A62; }
p { color: rgb(8,58,98); }
H1.HeaderClassName
{
color: #083A62;
}
.AnyTagClassName
{
color: #083A62;
}
</style>
background-color css
<style>
a { background-color: #083A62; }
a { background-color: rgb(8,58,98); }
div.DivClassName
{
background-color: #083A62;
}
.BgClassName
{
background-color: #083A62;
}
</style>
border-color css
<style>
span { border-color: #083A62; }
span { border-color: rgb(8,58,98); }
td.TdClassName
{
border-color: #083A62;
}
.TagClassName
{
border-color: #083A62;
}
</style>