Shades of Prussian Blue #01446C
Tints of Prussian Blue #01446C
RGB
CMYK
RGB Variations
Color information
#01446C (or 0x01446C) is known color: Prussian Blue. HEX triplet: 01, 44 and 6C. RGB value is (1,68,108). Sum of RGB (Red+Green+Blue) = 1+68+108=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #01446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446C is #FEBB93. Grayscale: #343434. Windows color (decimal): -16694164 or 7095297. OLE color: 7095297.
HSL color Cylindrical-coordinate representation of color #01446C: hue angle of 202.43º 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 #01446C is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 68 | 108 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.58 |
| HSL | 202.43º | 0.98% | 0.21% | - |
| HSV(B) | 202.43º | 0.99% | 0.42% | - |
| XYZ | 4.79 | 5.22 | 14.94 | - |
| YUV | 52.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 108 | 0.99 | 0.37 | 0 | 0.58 | 202.43 | 0.98 | 0.21 |
| Hex | 1 | 44 | 6C | 63 | 25 | 0 | 3A | CA | 62 | 15 |
| Octal | 1 | 104 | 154 | 143 | 45 | 0 | 72 | 312 | 142 | 25 |
| Binary | 1 | 1000100 | 1101100 | 1100011 | 100101 | 0 | 111010 | 11001010 | 1100010 | 10101 |
Color Harmonies of #01446C
Complementary color
Monochromatic Colors of #01446C
Black with #01446C
Text Example
Text Example
White with #01446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01446C; }
p { color: rgb(1,68,108); }
H1.HeaderClassName
{
color: #01446C;
}
.AnyTagClassName
{
color: #01446C;
}
</style>
background-color css
<style>
a { background-color: #01446C; }
a { background-color: rgb(1,68,108); }
div.DivClassName
{
background-color: #01446C;
}
.BgClassName
{
background-color: #01446C;
}
</style>
border-color css
<style>
span { border-color: #01446C; }
span { border-color: rgb(1,68,108); }
td.TdClassName
{
border-color: #01446C;
}
.TagClassName
{
border-color: #01446C;
}
</style>