Shades of Prussian Blue #062E57
Tints of Prussian Blue #062E57
RGB
CMYK
RGB Variations
Color information
#062E57 (or 0x062E57) is known color: Prussian Blue. HEX triplet: 06, 2E and 57. RGB value is (6,46,87). Sum of RGB (Red+Green+Blue) = 6+46+87=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #062E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E57 is #F9D1A8. Grayscale: #262626. Windows color (decimal): -16372137 or 5713414. OLE color: 5713414.
HSL color Cylindrical-coordinate representation of color #062E57: hue angle of 210.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062E57 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 46 | 87 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.66 |
| HSL | 210.37º | 0.87% | 0.18% | - |
| HSV(B) | 210.37º | 0.93% | 0.34% | - |
| XYZ | 2.77 | 2.68 | 9.39 | - |
| YUV | 38.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 87 | 0.93 | 0.47 | 0 | 0.66 | 210.37 | 0.87 | 0.18 |
| Hex | 6 | 2E | 57 | 5D | 2F | 0 | 42 | D2 | 57 | 12 |
| Octal | 6 | 56 | 127 | 135 | 57 | 0 | 102 | 322 | 127 | 22 |
| Binary | 110 | 101110 | 1010111 | 1011101 | 101111 | 0 | 1000010 | 11010010 | 1010111 | 10010 |
Color Harmonies of #062E57
Complementary color
Monochromatic Colors of #062E57
Black with #062E57
Text Example
Text Example
White with #062E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E57; }
p { color: rgb(6,46,87); }
H1.HeaderClassName
{
color: #062E57;
}
.AnyTagClassName
{
color: #062E57;
}
</style>
background-color css
<style>
a { background-color: #062E57; }
a { background-color: rgb(6,46,87); }
div.DivClassName
{
background-color: #062E57;
}
.BgClassName
{
background-color: #062E57;
}
</style>
border-color css
<style>
span { border-color: #062E57; }
span { border-color: rgb(6,46,87); }
td.TdClassName
{
border-color: #062E57;
}
.TagClassName
{
border-color: #062E57;
}
</style>