Shades of Prussian Blue #063172
Tints of Prussian Blue #063172
RGB
CMYK
RGB Variations
Color information
#063172 (or 0x063172) is known color: Prussian Blue. HEX triplet: 06, 31 and 72. RGB value is (6,49,114). Sum of RGB (Red+Green+Blue) = 6+49+114=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #063172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063172 is #F9CE8D. Grayscale: #2B2B2B. Windows color (decimal): -16371342 or 7483654. OLE color: 7483654.
HSL color Cylindrical-coordinate representation of color #063172: hue angle of 216.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063172 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 49 | 114 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.55 |
| HSL | 216.11º | 0.9% | 0.24% | - |
| HSV(B) | 216.11º | 0.95% | 0.45% | - |
| XYZ | 4.21 | 3.45 | 16.36 | - |
| YUV | 43.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 114 | 0.95 | 0.57 | 0 | 0.55 | 216.11 | 0.9 | 0.24 |
| Hex | 6 | 31 | 72 | 5F | 39 | 0 | 37 | D8 | 5A | 18 |
| Octal | 6 | 61 | 162 | 137 | 71 | 0 | 67 | 330 | 132 | 30 |
| Binary | 110 | 110001 | 1110010 | 1011111 | 111001 | 0 | 110111 | 11011000 | 1011010 | 11000 |
Color Harmonies of #063172
Complementary color
Monochromatic Colors of #063172
Black with #063172
Text Example
Text Example
White with #063172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063172; }
p { color: rgb(6,49,114); }
H1.HeaderClassName
{
color: #063172;
}
.AnyTagClassName
{
color: #063172;
}
</style>
background-color css
<style>
a { background-color: #063172; }
a { background-color: rgb(6,49,114); }
div.DivClassName
{
background-color: #063172;
}
.BgClassName
{
background-color: #063172;
}
</style>
border-color css
<style>
span { border-color: #063172; }
span { border-color: rgb(6,49,114); }
td.TdClassName
{
border-color: #063172;
}
.TagClassName
{
border-color: #063172;
}
</style>