Shades of Prussian Blue #003263
Tints of Prussian Blue #003263
RGB
CMYK
RGB Variations
Color information
#003263 (or 0x003263) is known color: Prussian Blue. HEX triplet: 00, 32 and 63. RGB value is (0,50,99). Sum of RGB (Red+Green+Blue) = 0+50+99=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #003263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003263 is #FFCD9C. Grayscale: #282828. Windows color (decimal): -16764317 or 6500864. OLE color: 6500864.
HSL color Cylindrical-coordinate representation of color #003263: hue angle of 209.7º 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 #003263 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 50 | 99 | - |
| CMYK | 1 | 0.49 | 0 | 0.61 |
| HSL | 209.7º | 1% | 0.19% | - |
| HSV(B) | 209.7º | 1% | 0.39% | - |
| XYZ | 3.39 | 3.18 | 12.24 | - |
| YUV | 40.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 99 | 1 | 0.49 | 0 | 0.61 | 209.7 | 1 | 0.19 |
| Hex | 0 | 32 | 63 | 64 | 31 | 0 | 3D | D2 | 64 | 13 |
| Octal | 0 | 62 | 143 | 144 | 61 | 0 | 75 | 322 | 144 | 23 |
| Binary | 0 | 110010 | 1100011 | 1100100 | 110001 | 0 | 111101 | 11010010 | 1100100 | 10011 |
Color Harmonies of #003263
Complementary color
Monochromatic Colors of #003263
Black with #003263
Text Example
Text Example
White with #003263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003263; }
p { color: rgb(0,50,99); }
H1.HeaderClassName
{
color: #003263;
}
.AnyTagClassName
{
color: #003263;
}
</style>
background-color css
<style>
a { background-color: #003263; }
a { background-color: rgb(0,50,99); }
div.DivClassName
{
background-color: #003263;
}
.BgClassName
{
background-color: #003263;
}
</style>
border-color css
<style>
span { border-color: #003263; }
span { border-color: rgb(0,50,99); }
td.TdClassName
{
border-color: #003263;
}
.TagClassName
{
border-color: #003263;
}
</style>