Shades of Prussian Blue #014266
Tints of Prussian Blue #014266
RGB
CMYK
RGB Variations
Color information
#014266 (or 0x014266) is known color: Prussian Blue. HEX triplet: 01, 42 and 66. RGB value is (1,66,102). Sum of RGB (Red+Green+Blue) = 1+66+102=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #014266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014266 is #FEBD99. Grayscale: #323232. Windows color (decimal): -16694682 or 6701569. OLE color: 6701569.
HSL color Cylindrical-coordinate representation of color #014266: hue angle of 201.39º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014266 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 66 | 102 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.6 |
| HSL | 201.39º | 0.98% | 0.2% | - |
| HSV(B) | 201.39º | 0.99% | 0.4% | - |
| XYZ | 4.36 | 4.86 | 13.28 | - |
| YUV | 50.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 102 | 0.99 | 0.35 | 0 | 0.6 | 201.39 | 0.98 | 0.2 |
| Hex | 1 | 42 | 66 | 63 | 23 | 0 | 3C | C9 | 62 | 14 |
| Octal | 1 | 102 | 146 | 143 | 43 | 0 | 74 | 311 | 142 | 24 |
| Binary | 1 | 1000010 | 1100110 | 1100011 | 100011 | 0 | 111100 | 11001001 | 1100010 | 10100 |
Color Harmonies of #014266
Complementary color
Monochromatic Colors of #014266
Black with #014266
Text Example
Text Example
White with #014266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014266; }
p { color: rgb(1,66,102); }
H1.HeaderClassName
{
color: #014266;
}
.AnyTagClassName
{
color: #014266;
}
</style>
background-color css
<style>
a { background-color: #014266; }
a { background-color: rgb(1,66,102); }
div.DivClassName
{
background-color: #014266;
}
.BgClassName
{
background-color: #014266;
}
</style>
border-color css
<style>
span { border-color: #014266; }
span { border-color: rgb(1,66,102); }
td.TdClassName
{
border-color: #014266;
}
.TagClassName
{
border-color: #014266;
}
</style>