Shades of Prussian Blue #004167
Tints of Prussian Blue #004167
RGB
CMYK
RGB Variations
Color information
#004167 (or 0x004167) is known color: Prussian Blue. HEX triplet: 00, 41 and 67. RGB value is (0,65,103). Sum of RGB (Red+Green+Blue) = 0+65+103=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #004167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004167 is #FFBE98. Grayscale: #313131. Windows color (decimal): -16760473 or 6766848. OLE color: 6766848.
HSL color Cylindrical-coordinate representation of color #004167: hue angle of 202.14º 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 #004167 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 65 | 103 | - |
| CMYK | 1 | 0.37 | 0 | 0.60 |
| HSL | 202.14º | 1% | 0.2% | - |
| HSV(B) | 202.14º | 1% | 0.4% | - |
| XYZ | 4.34 | 4.76 | 13.52 | - |
| YUV | 49.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 103 | 1 | 0.37 | 0 | 0.60 | 202.14 | 1 | 0.2 |
| Hex | 0 | 41 | 67 | 64 | 25 | 0 | 3C | CA | 64 | 14 |
| Octal | 0 | 101 | 147 | 144 | 45 | 0 | 74 | 312 | 144 | 24 |
| Binary | 0 | 1000001 | 1100111 | 1100100 | 100101 | 0 | 111100 | 11001010 | 1100100 | 10100 |
Color Harmonies of #004167
Complementary color
Monochromatic Colors of #004167
Black with #004167
Text Example
Text Example
White with #004167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004167; }
p { color: rgb(0,65,103); }
H1.HeaderClassName
{
color: #004167;
}
.AnyTagClassName
{
color: #004167;
}
</style>
background-color css
<style>
a { background-color: #004167; }
a { background-color: rgb(0,65,103); }
div.DivClassName
{
background-color: #004167;
}
.BgClassName
{
background-color: #004167;
}
</style>
border-color css
<style>
span { border-color: #004167; }
span { border-color: rgb(0,65,103); }
td.TdClassName
{
border-color: #004167;
}
.TagClassName
{
border-color: #004167;
}
</style>