Shades of Prussian Blue #004865
Tints of Prussian Blue #004865
RGB
CMYK
RGB Variations
Color information
#004865 (or 0x004865) is known color: Prussian Blue. HEX triplet: 00, 48 and 65. RGB value is (0,72,101). Sum of RGB (Red+Green+Blue) = 0+72+101=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #004865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004865 is #FFB79A. Grayscale: #353535. Windows color (decimal): -16758683 or 6637568. OLE color: 6637568.
HSL color Cylindrical-coordinate representation of color #004865: hue angle of 197.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004865 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 72 | 101 | - |
| CMYK | 1 | 0.29 | 0 | 0.60 |
| HSL | 197.23º | 1% | 0.2% | - |
| HSV(B) | 197.23º | 1% | 0.4% | - |
| XYZ | 4.67 | 5.57 | 13.14 | - |
| YUV | 53.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 101 | 1 | 0.29 | 0 | 0.60 | 197.23 | 1 | 0.2 |
| Hex | 0 | 48 | 65 | 64 | 1D | 0 | 3C | C5 | 64 | 14 |
| Octal | 0 | 110 | 145 | 144 | 35 | 0 | 74 | 305 | 144 | 24 |
| Binary | 0 | 1001000 | 1100101 | 1100100 | 11101 | 0 | 111100 | 11000101 | 1100100 | 10100 |
Color Harmonies of #004865
Complementary color
Monochromatic Colors of #004865
Black with #004865
Text Example
Text Example
White with #004865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004865; }
p { color: rgb(0,72,101); }
H1.HeaderClassName
{
color: #004865;
}
.AnyTagClassName
{
color: #004865;
}
</style>
background-color css
<style>
a { background-color: #004865; }
a { background-color: rgb(0,72,101); }
div.DivClassName
{
background-color: #004865;
}
.BgClassName
{
background-color: #004865;
}
</style>
border-color css
<style>
span { border-color: #004865; }
span { border-color: rgb(0,72,101); }
td.TdClassName
{
border-color: #004865;
}
.TagClassName
{
border-color: #004865;
}
</style>