Shades of Prussian Blue #062850
Tints of Prussian Blue #062850
RGB
CMYK
RGB Variations
Color information
#062850 (or 0x062850) is known color: Prussian Blue. HEX triplet: 06, 28 and 50. RGB value is (6,40,80). Sum of RGB (Red+Green+Blue) = 6+40+80=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #062850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062850 is #F9D7AF. Grayscale: #222222. Windows color (decimal): -16373680 or 5253126. OLE color: 5253126.
HSL color Cylindrical-coordinate representation of color #062850: hue angle of 212.43º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062850 is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 40 | 80 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.69 |
| HSL | 212.43º | 0.86% | 0.17% | - |
| HSV(B) | 212.43º | 0.93% | 0.31% | - |
| XYZ | 2.28 | 2.14 | 7.88 | - |
| YUV | 34.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 80 | 0.92 | 0.5 | 0 | 0.69 | 212.43 | 0.86 | 0.17 |
| Hex | 6 | 28 | 50 | 5C | 32 | 0 | 45 | D4 | 56 | 11 |
| Octal | 6 | 50 | 120 | 134 | 62 | 0 | 105 | 324 | 126 | 21 |
| Binary | 110 | 101000 | 1010000 | 1011100 | 110010 | 0 | 1000101 | 11010100 | 1010110 | 10001 |
Color Harmonies of #062850
Complementary color
Monochromatic Colors of #062850
Black with #062850
Text Example
Text Example
White with #062850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062850; }
p { color: rgb(6,40,80); }
H1.HeaderClassName
{
color: #062850;
}
.AnyTagClassName
{
color: #062850;
}
</style>
background-color css
<style>
a { background-color: #062850; }
a { background-color: rgb(6,40,80); }
div.DivClassName
{
background-color: #062850;
}
.BgClassName
{
background-color: #062850;
}
</style>
border-color css
<style>
span { border-color: #062850; }
span { border-color: rgb(6,40,80); }
td.TdClassName
{
border-color: #062850;
}
.TagClassName
{
border-color: #062850;
}
</style>