Shades of Prussian Blue #062F5A
Tints of Prussian Blue #062F5A
RGB
CMYK
RGB Variations
Color information
#062F5A (or 0x062F5A) is known color: Prussian Blue. HEX triplet: 06, 2F and 5A. RGB value is (6,47,90). Sum of RGB (Red+Green+Blue) = 6+47+90=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #062F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F5A is #F9D0A5. Grayscale: #272727. Windows color (decimal): -16371878 or 5910278. OLE color: 5910278.
HSL color Cylindrical-coordinate representation of color #062F5A: hue angle of 210.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062F5A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 47 | 90 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.65 |
| HSL | 210.71º | 0.88% | 0.19% | - |
| HSV(B) | 210.71º | 0.93% | 0.35% | - |
| XYZ | 2.94 | 2.81 | 10.06 | - |
| YUV | 39.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 90 | 0.93 | 0.48 | 0 | 0.65 | 210.71 | 0.88 | 0.19 |
| Hex | 6 | 2F | 5A | 5D | 30 | 0 | 41 | D3 | 58 | 13 |
| Octal | 6 | 57 | 132 | 135 | 60 | 0 | 101 | 323 | 130 | 23 |
| Binary | 110 | 101111 | 1011010 | 1011101 | 110000 | 0 | 1000001 | 11010011 | 1011000 | 10011 |
Color Harmonies of #062F5A
Complementary color
Monochromatic Colors of #062F5A
Black with #062F5A
Text Example
Text Example
White with #062F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F5A; }
p { color: rgb(6,47,90); }
H1.HeaderClassName
{
color: #062F5A;
}
.AnyTagClassName
{
color: #062F5A;
}
</style>
background-color css
<style>
a { background-color: #062F5A; }
a { background-color: rgb(6,47,90); }
div.DivClassName
{
background-color: #062F5A;
}
.BgClassName
{
background-color: #062F5A;
}
</style>
border-color css
<style>
span { border-color: #062F5A; }
span { border-color: rgb(6,47,90); }
td.TdClassName
{
border-color: #062F5A;
}
.TagClassName
{
border-color: #062F5A;
}
</style>