Shades of Prussian Blue #062E4E
Tints of Prussian Blue #062E4E
RGB
CMYK
RGB Variations
Color information
#062E4E (or 0x062E4E) is known color: Prussian Blue. HEX triplet: 06, 2E and 4E. RGB value is (6,46,78). Sum of RGB (Red+Green+Blue) = 6+46+78=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #062E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E4E is #F9D1B1. Grayscale: #252525. Windows color (decimal): -16372146 or 5123590. OLE color: 5123590.
HSL color Cylindrical-coordinate representation of color #062E4E: hue angle of 206.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062E4E is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 46 | 78 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.69 |
| HSL | 206.67º | 0.86% | 0.16% | - |
| HSV(B) | 206.67º | 0.92% | 0.31% | - |
| XYZ | 2.43 | 2.54 | 7.57 | - |
| YUV | 37.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 78 | 0.92 | 0.41 | 0 | 0.69 | 206.67 | 0.86 | 0.16 |
| Hex | 6 | 2E | 4E | 5C | 29 | 0 | 45 | CF | 56 | 10 |
| Octal | 6 | 56 | 116 | 134 | 51 | 0 | 105 | 317 | 126 | 20 |
| Binary | 110 | 101110 | 1001110 | 1011100 | 101001 | 0 | 1000101 | 11001111 | 1010110 | 10000 |
Color Harmonies of #062E4E
Complementary color
Monochromatic Colors of #062E4E
Black with #062E4E
Text Example
Text Example
White with #062E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E4E; }
p { color: rgb(6,46,78); }
H1.HeaderClassName
{
color: #062E4E;
}
.AnyTagClassName
{
color: #062E4E;
}
</style>
background-color css
<style>
a { background-color: #062E4E; }
a { background-color: rgb(6,46,78); }
div.DivClassName
{
background-color: #062E4E;
}
.BgClassName
{
background-color: #062E4E;
}
</style>
border-color css
<style>
span { border-color: #062E4E; }
span { border-color: rgb(6,46,78); }
td.TdClassName
{
border-color: #062E4E;
}
.TagClassName
{
border-color: #062E4E;
}
</style>