Shades of Prussian Blue #062853
Tints of Prussian Blue #062853
RGB
CMYK
RGB Variations
Color information
#062853 (or 0x062853) is known color: Prussian Blue. HEX triplet: 06, 28 and 53. RGB value is (6,40,83). Sum of RGB (Red+Green+Blue) = 6+40+83=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #062853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062853 is #F9D7AC. Grayscale: #222222. Windows color (decimal): -16373677 or 5449734. OLE color: 5449734.
HSL color Cylindrical-coordinate representation of color #062853: hue angle of 213.51º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062853 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 40 | 83 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.67 |
| HSL | 213.51º | 0.87% | 0.17% | - |
| HSV(B) | 213.51º | 0.93% | 0.33% | - |
| XYZ | 2.4 | 2.18 | 8.48 | - |
| YUV | 34.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 83 | 0.93 | 0.52 | 0 | 0.67 | 213.51 | 0.87 | 0.17 |
| Hex | 6 | 28 | 53 | 5D | 34 | 0 | 43 | D6 | 57 | 11 |
| Octal | 6 | 50 | 123 | 135 | 64 | 0 | 103 | 326 | 127 | 21 |
| Binary | 110 | 101000 | 1010011 | 1011101 | 110100 | 0 | 1000011 | 11010110 | 1010111 | 10001 |
Color Harmonies of #062853
Complementary color
Monochromatic Colors of #062853
Black with #062853
Text Example
Text Example
White with #062853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062853; }
p { color: rgb(6,40,83); }
H1.HeaderClassName
{
color: #062853;
}
.AnyTagClassName
{
color: #062853;
}
</style>
background-color css
<style>
a { background-color: #062853; }
a { background-color: rgb(6,40,83); }
div.DivClassName
{
background-color: #062853;
}
.BgClassName
{
background-color: #062853;
}
</style>
border-color css
<style>
span { border-color: #062853; }
span { border-color: rgb(6,40,83); }
td.TdClassName
{
border-color: #062853;
}
.TagClassName
{
border-color: #062853;
}
</style>