Shades of Prussian Blue #014366
Tints of Prussian Blue #014366
RGB
CMYK
RGB Variations
Color information
#014366 (or 0x014366) is known color: Prussian Blue. HEX triplet: 01, 43 and 66. RGB value is (1,67,102). Sum of RGB (Red+Green+Blue) = 1+67+102=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #014366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014366 is #FEBC99. Grayscale: #333333. Windows color (decimal): -16694426 or 6701825. OLE color: 6701825.
HSL color Cylindrical-coordinate representation of color #014366: hue angle of 200.79º 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 #014366 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 67 | 102 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.6 |
| HSL | 200.79º | 0.98% | 0.2% | - |
| HSV(B) | 200.79º | 0.99% | 0.4% | - |
| XYZ | 4.42 | 4.98 | 13.3 | - |
| YUV | 51.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 102 | 0.99 | 0.34 | 0 | 0.6 | 200.79 | 0.98 | 0.2 |
| Hex | 1 | 43 | 66 | 63 | 22 | 0 | 3C | C9 | 62 | 14 |
| Octal | 1 | 103 | 146 | 143 | 42 | 0 | 74 | 311 | 142 | 24 |
| Binary | 1 | 1000011 | 1100110 | 1100011 | 100010 | 0 | 111100 | 11001001 | 1100010 | 10100 |
Color Harmonies of #014366
Complementary color
Monochromatic Colors of #014366
Black with #014366
Text Example
Text Example
White with #014366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014366; }
p { color: rgb(1,67,102); }
H1.HeaderClassName
{
color: #014366;
}
.AnyTagClassName
{
color: #014366;
}
</style>
background-color css
<style>
a { background-color: #014366; }
a { background-color: rgb(1,67,102); }
div.DivClassName
{
background-color: #014366;
}
.BgClassName
{
background-color: #014366;
}
</style>
border-color css
<style>
span { border-color: #014366; }
span { border-color: rgb(1,67,102); }
td.TdClassName
{
border-color: #014366;
}
.TagClassName
{
border-color: #014366;
}
</style>