Shades of Prussian Blue #003065
Tints of Prussian Blue #003065
RGB
CMYK
RGB Variations
Color information
#003065 (or 0x003065) is known color: Prussian Blue. HEX triplet: 00, 30 and 65. RGB value is (0,48,101). Sum of RGB (Red+Green+Blue) = 0+48+101=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #003065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003065 is #FFCF9A. Grayscale: #272727. Windows color (decimal): -16764827 or 6631424. OLE color: 6631424.
HSL color Cylindrical-coordinate representation of color #003065: hue angle of 211.49º 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 #003065 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 48 | 101 | - |
| CMYK | 1 | 0.52 | 0 | 0.60 |
| HSL | 211.49º | 1% | 0.2% | - |
| HSV(B) | 211.49º | 1% | 0.4% | - |
| XYZ | 3.41 | 3.05 | 12.72 | - |
| YUV | 39.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 101 | 1 | 0.52 | 0 | 0.60 | 211.49 | 1 | 0.2 |
| Hex | 0 | 30 | 65 | 64 | 34 | 0 | 3C | D3 | 64 | 14 |
| Octal | 0 | 60 | 145 | 144 | 64 | 0 | 74 | 323 | 144 | 24 |
| Binary | 0 | 110000 | 1100101 | 1100100 | 110100 | 0 | 111100 | 11010011 | 1100100 | 10100 |
Color Harmonies of #003065
Complementary color
Monochromatic Colors of #003065
Black with #003065
Text Example
Text Example
White with #003065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003065; }
p { color: rgb(0,48,101); }
H1.HeaderClassName
{
color: #003065;
}
.AnyTagClassName
{
color: #003065;
}
</style>
background-color css
<style>
a { background-color: #003065; }
a { background-color: rgb(0,48,101); }
div.DivClassName
{
background-color: #003065;
}
.BgClassName
{
background-color: #003065;
}
</style>
border-color css
<style>
span { border-color: #003065; }
span { border-color: rgb(0,48,101); }
td.TdClassName
{
border-color: #003065;
}
.TagClassName
{
border-color: #003065;
}
</style>