Shades of Prussian Blue #004465
Tints of Prussian Blue #004465
RGB
CMYK
RGB Variations
Color information
#004465 (or 0x004465) is known color: Prussian Blue. HEX triplet: 00, 44 and 65. RGB value is (0,68,101). Sum of RGB (Red+Green+Blue) = 0+68+101=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #004465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004465 is #FFBB9A. Grayscale: #333333. Windows color (decimal): -16759707 or 6636544. OLE color: 6636544.
HSL color Cylindrical-coordinate representation of color #004465: hue angle of 199.6º 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 #004465 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 68 | 101 | - |
| CMYK | 1 | 0.33 | 0 | 0.60 |
| HSL | 199.6º | 1% | 0.2% | - |
| HSV(B) | 199.6º | 1% | 0.4% | - |
| XYZ | 4.42 | 5.07 | 13.06 | - |
| YUV | 51.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 101 | 1 | 0.33 | 0 | 0.60 | 199.6 | 1 | 0.2 |
| Hex | 0 | 44 | 65 | 64 | 21 | 0 | 3C | C8 | 64 | 14 |
| Octal | 0 | 104 | 145 | 144 | 41 | 0 | 74 | 310 | 144 | 24 |
| Binary | 0 | 1000100 | 1100101 | 1100100 | 100001 | 0 | 111100 | 11001000 | 1100100 | 10100 |
Color Harmonies of #004465
Complementary color
Monochromatic Colors of #004465
Black with #004465
Text Example
Text Example
White with #004465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004465; }
p { color: rgb(0,68,101); }
H1.HeaderClassName
{
color: #004465;
}
.AnyTagClassName
{
color: #004465;
}
</style>
background-color css
<style>
a { background-color: #004465; }
a { background-color: rgb(0,68,101); }
div.DivClassName
{
background-color: #004465;
}
.BgClassName
{
background-color: #004465;
}
</style>
border-color css
<style>
span { border-color: #004465; }
span { border-color: rgb(0,68,101); }
td.TdClassName
{
border-color: #004465;
}
.TagClassName
{
border-color: #004465;
}
</style>