Shades of Prussian Blue #062F4D
Tints of Prussian Blue #062F4D
RGB
CMYK
RGB Variations
Color information
#062F4D (or 0x062F4D) is known color: Prussian Blue. HEX triplet: 06, 2F and 4D. RGB value is (6,47,77). Sum of RGB (Red+Green+Blue) = 6+47+77=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #062F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F4D is #F9D0B2. Grayscale: #262626. Windows color (decimal): -16371891 or 5058310. OLE color: 5058310.
HSL color Cylindrical-coordinate representation of color #062F4D: hue angle of 205.35º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062F4D is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 47 | 77 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.70 |
| HSL | 205.35º | 0.86% | 0.16% | - |
| HSV(B) | 205.35º | 0.92% | 0.3% | - |
| XYZ | 2.43 | 2.61 | 7.4 | - |
| YUV | 38.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 77 | 0.92 | 0.39 | 0 | 0.70 | 205.35 | 0.86 | 0.16 |
| Hex | 6 | 2F | 4D | 5C | 27 | 0 | 46 | CD | 56 | 10 |
| Octal | 6 | 57 | 115 | 134 | 47 | 0 | 106 | 315 | 126 | 20 |
| Binary | 110 | 101111 | 1001101 | 1011100 | 100111 | 0 | 1000110 | 11001101 | 1010110 | 10000 |
Color Harmonies of #062F4D
Complementary color
Monochromatic Colors of #062F4D
Black with #062F4D
Text Example
Text Example
White with #062F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F4D; }
p { color: rgb(6,47,77); }
H1.HeaderClassName
{
color: #062F4D;
}
.AnyTagClassName
{
color: #062F4D;
}
</style>
background-color css
<style>
a { background-color: #062F4D; }
a { background-color: rgb(6,47,77); }
div.DivClassName
{
background-color: #062F4D;
}
.BgClassName
{
background-color: #062F4D;
}
</style>
border-color css
<style>
span { border-color: #062F4D; }
span { border-color: rgb(6,47,77); }
td.TdClassName
{
border-color: #062F4D;
}
.TagClassName
{
border-color: #062F4D;
}
</style>