Shades of Prussian Blue #004168
Tints of Prussian Blue #004168
RGB
CMYK
RGB Variations
Color information
#004168 (or 0x004168) is known color: Prussian Blue. HEX triplet: 00, 41 and 68. RGB value is (0,65,104). Sum of RGB (Red+Green+Blue) = 0+65+104=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #004168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004168 is #FFBE97. Grayscale: #313131. Windows color (decimal): -16760472 or 6832384. OLE color: 6832384.
HSL color Cylindrical-coordinate representation of color #004168: hue angle of 202.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004168 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 65 | 104 | - |
| CMYK | 1 | 0.38 | 0 | 0.59 |
| HSL | 202.5º | 1% | 0.2% | - |
| HSV(B) | 202.5º | 1% | 0.41% | - |
| XYZ | 4.39 | 4.78 | 13.79 | - |
| YUV | 50.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 104 | 1 | 0.38 | 0 | 0.59 | 202.5 | 1 | 0.2 |
| Hex | 0 | 41 | 68 | 64 | 26 | 0 | 3B | CA | 64 | 14 |
| Octal | 0 | 101 | 150 | 144 | 46 | 0 | 73 | 312 | 144 | 24 |
| Binary | 0 | 1000001 | 1101000 | 1100100 | 100110 | 0 | 111011 | 11001010 | 1100100 | 10100 |
Color Harmonies of #004168
Complementary color
Monochromatic Colors of #004168
Black with #004168
Text Example
Text Example
White with #004168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004168; }
p { color: rgb(0,65,104); }
H1.HeaderClassName
{
color: #004168;
}
.AnyTagClassName
{
color: #004168;
}
</style>
background-color css
<style>
a { background-color: #004168; }
a { background-color: rgb(0,65,104); }
div.DivClassName
{
background-color: #004168;
}
.BgClassName
{
background-color: #004168;
}
</style>
border-color css
<style>
span { border-color: #004168; }
span { border-color: rgb(0,65,104); }
td.TdClassName
{
border-color: #004168;
}
.TagClassName
{
border-color: #004168;
}
</style>