Shades of Prussian Blue #013663
Tints of Prussian Blue #013663
RGB
CMYK
RGB Variations
Color information
#013663 (or 0x013663) is known color: Prussian Blue. HEX triplet: 01, 36 and 63. RGB value is (1,54,99). Sum of RGB (Red+Green+Blue) = 1+54+99=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #013663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013663 is #FEC99C. Grayscale: #2B2B2B. Windows color (decimal): -16697757 or 6501889. OLE color: 6501889.
HSL color Cylindrical-coordinate representation of color #013663: hue angle of 207.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013663 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 54 | 99 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.61 |
| HSL | 207.55º | 0.98% | 0.2% | - |
| HSV(B) | 207.55º | 0.99% | 0.39% | - |
| XYZ | 3.58 | 3.55 | 12.3 | - |
| YUV | 43.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 99 | 0.99 | 0.45 | 0 | 0.61 | 207.55 | 0.98 | 0.2 |
| Hex | 1 | 36 | 63 | 63 | 2D | 0 | 3D | D0 | 62 | 14 |
| Octal | 1 | 66 | 143 | 143 | 55 | 0 | 75 | 320 | 142 | 24 |
| Binary | 1 | 110110 | 1100011 | 1100011 | 101101 | 0 | 111101 | 11010000 | 1100010 | 10100 |
Color Harmonies of #013663
Complementary color
Monochromatic Colors of #013663
Black with #013663
Text Example
Text Example
White with #013663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013663; }
p { color: rgb(1,54,99); }
H1.HeaderClassName
{
color: #013663;
}
.AnyTagClassName
{
color: #013663;
}
</style>
background-color css
<style>
a { background-color: #013663; }
a { background-color: rgb(1,54,99); }
div.DivClassName
{
background-color: #013663;
}
.BgClassName
{
background-color: #013663;
}
</style>
border-color css
<style>
span { border-color: #013663; }
span { border-color: rgb(1,54,99); }
td.TdClassName
{
border-color: #013663;
}
.TagClassName
{
border-color: #013663;
}
</style>