Shades of Prussian Blue #01446A
Tints of Prussian Blue #01446A
RGB
CMYK
RGB Variations
Color information
#01446A (or 0x01446A) is known color: Prussian Blue. HEX triplet: 01, 44 and 6A. RGB value is (1,68,106). Sum of RGB (Red+Green+Blue) = 1+68+106=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #01446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446A is #FEBB95. Grayscale: #343434. Windows color (decimal): -16694166 or 6964225. OLE color: 6964225.
HSL color Cylindrical-coordinate representation of color #01446A: hue angle of 201.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01446A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 68 | 106 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.58 |
| HSL | 201.71º | 0.98% | 0.21% | - |
| HSV(B) | 201.71º | 0.99% | 0.42% | - |
| XYZ | 4.68 | 5.18 | 14.39 | - |
| YUV | 52.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 106 | 0.99 | 0.36 | 0 | 0.58 | 201.71 | 0.98 | 0.21 |
| Hex | 1 | 44 | 6A | 63 | 24 | 0 | 3A | CA | 62 | 15 |
| Octal | 1 | 104 | 152 | 143 | 44 | 0 | 72 | 312 | 142 | 25 |
| Binary | 1 | 1000100 | 1101010 | 1100011 | 100100 | 0 | 111010 | 11001010 | 1100010 | 10101 |
Color Harmonies of #01446A
Complementary color
Monochromatic Colors of #01446A
Black with #01446A
Text Example
Text Example
White with #01446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01446A; }
p { color: rgb(1,68,106); }
H1.HeaderClassName
{
color: #01446A;
}
.AnyTagClassName
{
color: #01446A;
}
</style>
background-color css
<style>
a { background-color: #01446A; }
a { background-color: rgb(1,68,106); }
div.DivClassName
{
background-color: #01446A;
}
.BgClassName
{
background-color: #01446A;
}
</style>
border-color css
<style>
span { border-color: #01446A; }
span { border-color: rgb(1,68,106); }
td.TdClassName
{
border-color: #01446A;
}
.TagClassName
{
border-color: #01446A;
}
</style>