Shades of Prussian Blue #014068
Tints of Prussian Blue #014068
RGB
CMYK
RGB Variations
Color information
#014068 (or 0x014068) is known color: Prussian Blue. HEX triplet: 01, 40 and 68. RGB value is (1,64,104). Sum of RGB (Red+Green+Blue) = 1+64+104=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 64 (25.39% from 255 or 37.87% 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 #014068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014068 is #FEBF97. Grayscale: #313131. Windows color (decimal): -16695192 or 6832129. OLE color: 6832129.
HSL color Cylindrical-coordinate representation of color #014068: hue angle of 203.3º 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 #014068 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 64 | 104 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.59 |
| HSL | 203.3º | 0.98% | 0.21% | - |
| HSV(B) | 203.3º | 0.99% | 0.41% | - |
| XYZ | 4.34 | 4.67 | 13.77 | - |
| YUV | 49.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 104 | 0.99 | 0.38 | 0 | 0.59 | 203.3 | 0.98 | 0.21 |
| Hex | 1 | 40 | 68 | 63 | 26 | 0 | 3B | CB | 62 | 15 |
| Octal | 1 | 100 | 150 | 143 | 46 | 0 | 73 | 313 | 142 | 25 |
| Binary | 1 | 1000000 | 1101000 | 1100011 | 100110 | 0 | 111011 | 11001011 | 1100010 | 10101 |
Color Harmonies of #014068
Complementary color
Monochromatic Colors of #014068
Black with #014068
Text Example
Text Example
White with #014068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014068; }
p { color: rgb(1,64,104); }
H1.HeaderClassName
{
color: #014068;
}
.AnyTagClassName
{
color: #014068;
}
</style>
background-color css
<style>
a { background-color: #014068; }
a { background-color: rgb(1,64,104); }
div.DivClassName
{
background-color: #014068;
}
.BgClassName
{
background-color: #014068;
}
</style>
border-color css
<style>
span { border-color: #014068; }
span { border-color: rgb(1,64,104); }
td.TdClassName
{
border-color: #014068;
}
.TagClassName
{
border-color: #014068;
}
</style>