Shades of Prussian Blue #014163
Tints of Prussian Blue #014163
RGB
CMYK
RGB Variations
Color information
#014163 (or 0x014163) is known color: Prussian Blue. HEX triplet: 01, 41 and 63. RGB value is (1,65,99). Sum of RGB (Red+Green+Blue) = 1+65+99=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #014163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014163 is #FEBE9C. Grayscale: #313131. Windows color (decimal): -16694941 or 6504705. OLE color: 6504705.
HSL color Cylindrical-coordinate representation of color #014163: hue angle of 200.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014163 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 65 | 99 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.61 |
| HSL | 200.82º | 0.98% | 0.2% | - |
| HSV(B) | 200.82º | 0.99% | 0.39% | - |
| XYZ | 4.15 | 4.69 | 12.49 | - |
| YUV | 49.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 99 | 0.99 | 0.34 | 0 | 0.61 | 200.82 | 0.98 | 0.2 |
| Hex | 1 | 41 | 63 | 63 | 22 | 0 | 3D | C9 | 62 | 14 |
| Octal | 1 | 101 | 143 | 143 | 42 | 0 | 75 | 311 | 142 | 24 |
| Binary | 1 | 1000001 | 1100011 | 1100011 | 100010 | 0 | 111101 | 11001001 | 1100010 | 10100 |
Color Harmonies of #014163
Complementary color
Monochromatic Colors of #014163
Black with #014163
Text Example
Text Example
White with #014163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014163; }
p { color: rgb(1,65,99); }
H1.HeaderClassName
{
color: #014163;
}
.AnyTagClassName
{
color: #014163;
}
</style>
background-color css
<style>
a { background-color: #014163; }
a { background-color: rgb(1,65,99); }
div.DivClassName
{
background-color: #014163;
}
.BgClassName
{
background-color: #014163;
}
</style>
border-color css
<style>
span { border-color: #014163; }
span { border-color: rgb(1,65,99); }
td.TdClassName
{
border-color: #014163;
}
.TagClassName
{
border-color: #014163;
}
</style>