Shades of Prussian Blue #002B63
Tints of Prussian Blue #002B63
RGB
CMYK
RGB Variations
Color information
#002B63 (or 0x002B63) is known color: Prussian Blue. HEX triplet: 00, 2B and 63. RGB value is (0,43,99). Sum of RGB (Red+Green+Blue) = 0+43+99=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #002B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B63 is #FFD49C. Grayscale: #242424. Windows color (decimal): -16766109 or 6499072. OLE color: 6499072.
HSL color Cylindrical-coordinate representation of color #002B63: hue angle of 213.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B63 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 43 | 99 | - |
| CMYK | 1 | 0.57 | 0 | 0.61 |
| HSL | 213.94º | 1% | 0.19% | - |
| HSV(B) | 213.94º | 1% | 0.39% | - |
| XYZ | 3.12 | 2.63 | 12.15 | - |
| YUV | 36.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 99 | 1 | 0.57 | 0 | 0.61 | 213.94 | 1 | 0.19 |
| Hex | 0 | 2B | 63 | 64 | 39 | 0 | 3D | D6 | 64 | 13 |
| Octal | 0 | 53 | 143 | 144 | 71 | 0 | 75 | 326 | 144 | 23 |
| Binary | 0 | 101011 | 1100011 | 1100100 | 111001 | 0 | 111101 | 11010110 | 1100100 | 10011 |
Color Harmonies of #002B63
Complementary color
Monochromatic Colors of #002B63
Black with #002B63
Text Example
Text Example
White with #002B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B63; }
p { color: rgb(0,43,99); }
H1.HeaderClassName
{
color: #002B63;
}
.AnyTagClassName
{
color: #002B63;
}
</style>
background-color css
<style>
a { background-color: #002B63; }
a { background-color: rgb(0,43,99); }
div.DivClassName
{
background-color: #002B63;
}
.BgClassName
{
background-color: #002B63;
}
</style>
border-color css
<style>
span { border-color: #002B63; }
span { border-color: rgb(0,43,99); }
td.TdClassName
{
border-color: #002B63;
}
.TagClassName
{
border-color: #002B63;
}
</style>