Shades of Prussian Blue #003863
Tints of Prussian Blue #003863
RGB
CMYK
RGB Variations
Color information
#003863 (or 0x003863) is known color: Prussian Blue. HEX triplet: 00, 38 and 63. RGB value is (0,56,99). Sum of RGB (Red+Green+Blue) = 0+56+99=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #003863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003863 is #FFC79C. Grayscale: #2B2B2B. Windows color (decimal): -16762781 or 6502400. OLE color: 6502400.
HSL color Cylindrical-coordinate representation of color #003863: hue angle of 206.06º 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 #003863 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 56 | 99 | - |
| CMYK | 1 | 0.43 | 0 | 0.61 |
| HSL | 206.06º | 1% | 0.19% | - |
| HSV(B) | 206.06º | 1% | 0.39% | - |
| XYZ | 3.67 | 3.73 | 12.33 | - |
| YUV | 44.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 99 | 1 | 0.43 | 0 | 0.61 | 206.06 | 1 | 0.19 |
| Hex | 0 | 38 | 63 | 64 | 2B | 0 | 3D | CE | 64 | 13 |
| Octal | 0 | 70 | 143 | 144 | 53 | 0 | 75 | 316 | 144 | 23 |
| Binary | 0 | 111000 | 1100011 | 1100100 | 101011 | 0 | 111101 | 11001110 | 1100100 | 10011 |
Color Harmonies of #003863
Complementary color
Monochromatic Colors of #003863
Black with #003863
Text Example
Text Example
White with #003863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003863; }
p { color: rgb(0,56,99); }
H1.HeaderClassName
{
color: #003863;
}
.AnyTagClassName
{
color: #003863;
}
</style>
background-color css
<style>
a { background-color: #003863; }
a { background-color: rgb(0,56,99); }
div.DivClassName
{
background-color: #003863;
}
.BgClassName
{
background-color: #003863;
}
</style>
border-color css
<style>
span { border-color: #003863; }
span { border-color: rgb(0,56,99); }
td.TdClassName
{
border-color: #003863;
}
.TagClassName
{
border-color: #003863;
}
</style>