Shades of Prussian Blue #014168
Tints of Prussian Blue #014168
RGB
CMYK
RGB Variations
Color information
#014168 (or 0x014168) is known color: Prussian Blue. HEX triplet: 01, 41 and 68. RGB value is (1,65,104). Sum of RGB (Red+Green+Blue) = 1+65+104=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #014168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014168 is #FEBE97. Grayscale: #323232. Windows color (decimal): -16694936 or 6832385. OLE color: 6832385.
HSL color Cylindrical-coordinate representation of color #014168: hue angle of 202.72º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014168 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 65 | 104 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.59 |
| HSL | 202.72º | 0.98% | 0.21% | - |
| HSV(B) | 202.72º | 0.99% | 0.41% | - |
| XYZ | 4.4 | 4.79 | 13.79 | - |
| YUV | 50.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 104 | 0.99 | 0.38 | 0 | 0.59 | 202.72 | 0.98 | 0.21 |
| Hex | 1 | 41 | 68 | 63 | 26 | 0 | 3B | CB | 62 | 15 |
| Octal | 1 | 101 | 150 | 143 | 46 | 0 | 73 | 313 | 142 | 25 |
| Binary | 1 | 1000001 | 1101000 | 1100011 | 100110 | 0 | 111011 | 11001011 | 1100010 | 10101 |
Color Harmonies of #014168
Complementary color
Monochromatic Colors of #014168
Black with #014168
Text Example
Text Example
White with #014168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014168; }
p { color: rgb(1,65,104); }
H1.HeaderClassName
{
color: #014168;
}
.AnyTagClassName
{
color: #014168;
}
</style>
background-color css
<style>
a { background-color: #014168; }
a { background-color: rgb(1,65,104); }
div.DivClassName
{
background-color: #014168;
}
.BgClassName
{
background-color: #014168;
}
</style>
border-color css
<style>
span { border-color: #014168; }
span { border-color: rgb(1,65,104); }
td.TdClassName
{
border-color: #014168;
}
.TagClassName
{
border-color: #014168;
}
</style>