Shades of Prussian Blue #014968
Tints of Prussian Blue #014968
RGB
CMYK
RGB Variations
Color information
#014968 (or 0x014968) is known color: Prussian Blue. HEX triplet: 01, 49 and 68. RGB value is (1,73,104). Sum of RGB (Red+Green+Blue) = 1+73+104=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #014968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014968 is #FEB697. Grayscale: #363636. Windows color (decimal): -16692888 or 6834433. OLE color: 6834433.
HSL color Cylindrical-coordinate representation of color #014968: hue angle of 198.06º 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 #014968 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 73 | 104 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.59 |
| HSL | 198.06º | 0.98% | 0.21% | - |
| HSV(B) | 198.06º | 0.99% | 0.41% | - |
| XYZ | 4.89 | 5.77 | 13.95 | - |
| YUV | 55.01 | 155.65 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 104 | 0.99 | 0.30 | 0 | 0.59 | 198.06 | 0.98 | 0.21 |
| Hex | 1 | 49 | 68 | 63 | 1E | 0 | 3B | C6 | 62 | 15 |
| Octal | 1 | 111 | 150 | 143 | 36 | 0 | 73 | 306 | 142 | 25 |
| Binary | 1 | 1001001 | 1101000 | 1100011 | 11110 | 0 | 111011 | 11000110 | 1100010 | 10101 |
Color Harmonies of #014968
Complementary color
Monochromatic Colors of #014968
Black with #014968
Text Example
Text Example
White with #014968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014968; }
p { color: rgb(1,73,104); }
H1.HeaderClassName
{
color: #014968;
}
.AnyTagClassName
{
color: #014968;
}
</style>
background-color css
<style>
a { background-color: #014968; }
a { background-color: rgb(1,73,104); }
div.DivClassName
{
background-color: #014968;
}
.BgClassName
{
background-color: #014968;
}
</style>
border-color css
<style>
span { border-color: #014968; }
span { border-color: rgb(1,73,104); }
td.TdClassName
{
border-color: #014968;
}
.TagClassName
{
border-color: #014968;
}
</style>