Shades of Prussian Blue #062E4D
Tints of Prussian Blue #062E4D
RGB
CMYK
RGB Variations
Color information
#062E4D (or 0x062E4D) is known color: Prussian Blue. HEX triplet: 06, 2E and 4D. RGB value is (6,46,77). Sum of RGB (Red+Green+Blue) = 6+46+77=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #062E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E4D is #F9D1B2. Grayscale: #252525. Windows color (decimal): -16372147 or 5058054. OLE color: 5058054.
HSL color Cylindrical-coordinate representation of color #062E4D: hue angle of 206.2º 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 #062E4D is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 46 | 77 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.70 |
| HSL | 206.2º | 0.86% | 0.16% | - |
| HSV(B) | 206.2º | 0.92% | 0.3% | - |
| XYZ | 2.39 | 2.53 | 7.38 | - |
| YUV | 37.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 77 | 0.92 | 0.40 | 0 | 0.70 | 206.2 | 0.86 | 0.16 |
| Hex | 6 | 2E | 4D | 5C | 28 | 0 | 46 | CE | 56 | 10 |
| Octal | 6 | 56 | 115 | 134 | 50 | 0 | 106 | 316 | 126 | 20 |
| Binary | 110 | 101110 | 1001101 | 1011100 | 101000 | 0 | 1000110 | 11001110 | 1010110 | 10000 |
Color Harmonies of #062E4D
Complementary color
Monochromatic Colors of #062E4D
Black with #062E4D
Text Example
Text Example
White with #062E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E4D; }
p { color: rgb(6,46,77); }
H1.HeaderClassName
{
color: #062E4D;
}
.AnyTagClassName
{
color: #062E4D;
}
</style>
background-color css
<style>
a { background-color: #062E4D; }
a { background-color: rgb(6,46,77); }
div.DivClassName
{
background-color: #062E4D;
}
.BgClassName
{
background-color: #062E4D;
}
</style>
border-color css
<style>
span { border-color: #062E4D; }
span { border-color: rgb(6,46,77); }
td.TdClassName
{
border-color: #062E4D;
}
.TagClassName
{
border-color: #062E4D;
}
</style>