Shades of Prussian Blue #003363
Tints of Prussian Blue #003363
RGB
CMYK
RGB Variations
Color information
#003363 (or 0x003363) is known color: Prussian Blue. HEX triplet: 00, 33 and 63. RGB value is (0,51,99). Sum of RGB (Red+Green+Blue) = 0+51+99=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #003363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003363 is #FFCC9C. Grayscale: #282828. Windows color (decimal): -16764061 or 6501120. OLE color: 6501120.
HSL color Cylindrical-coordinate representation of color #003363: hue angle of 209.09º 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 #003363 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 51 | 99 | - |
| CMYK | 1 | 0.48 | 0 | 0.61 |
| HSL | 209.09º | 1% | 0.19% | - |
| HSV(B) | 209.09º | 1% | 0.39% | - |
| XYZ | 3.44 | 3.27 | 12.25 | - |
| YUV | 41.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 99 | 1 | 0.48 | 0 | 0.61 | 209.09 | 1 | 0.19 |
| Hex | 0 | 33 | 63 | 64 | 30 | 0 | 3D | D1 | 64 | 13 |
| Octal | 0 | 63 | 143 | 144 | 60 | 0 | 75 | 321 | 144 | 23 |
| Binary | 0 | 110011 | 1100011 | 1100100 | 110000 | 0 | 111101 | 11010001 | 1100100 | 10011 |
Color Harmonies of #003363
Complementary color
Monochromatic Colors of #003363
Black with #003363
Text Example
Text Example
White with #003363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003363; }
p { color: rgb(0,51,99); }
H1.HeaderClassName
{
color: #003363;
}
.AnyTagClassName
{
color: #003363;
}
</style>
background-color css
<style>
a { background-color: #003363; }
a { background-color: rgb(0,51,99); }
div.DivClassName
{
background-color: #003363;
}
.BgClassName
{
background-color: #003363;
}
</style>
border-color css
<style>
span { border-color: #003363; }
span { border-color: rgb(0,51,99); }
td.TdClassName
{
border-color: #003363;
}
.TagClassName
{
border-color: #003363;
}
</style>