Shades of Prussian Blue #01406B
Tints of Prussian Blue #01406B
RGB
CMYK
RGB Variations
Color information
#01406B (or 0x01406B) is known color: Prussian Blue. HEX triplet: 01, 40 and 6B. RGB value is (1,64,107). Sum of RGB (Red+Green+Blue) = 1+64+107=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #01406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406B is #FEBF94. Grayscale: #313131. Windows color (decimal): -16695189 or 7028737. OLE color: 7028737.
HSL color Cylindrical-coordinate representation of color #01406B: hue angle of 204.34º 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 #01406B is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 64 | 107 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.58 |
| HSL | 204.34º | 0.98% | 0.21% | - |
| HSV(B) | 204.34º | 0.99% | 0.42% | - |
| XYZ | 4.5 | 4.73 | 14.59 | - |
| YUV | 50.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 107 | 0.99 | 0.40 | 0 | 0.58 | 204.34 | 0.98 | 0.21 |
| Hex | 1 | 40 | 6B | 63 | 28 | 0 | 3A | CC | 62 | 15 |
| Octal | 1 | 100 | 153 | 143 | 50 | 0 | 72 | 314 | 142 | 25 |
| Binary | 1 | 1000000 | 1101011 | 1100011 | 101000 | 0 | 111010 | 11001100 | 1100010 | 10101 |
Color Harmonies of #01406B
Complementary color
Monochromatic Colors of #01406B
Black with #01406B
Text Example
Text Example
White with #01406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01406B; }
p { color: rgb(1,64,107); }
H1.HeaderClassName
{
color: #01406B;
}
.AnyTagClassName
{
color: #01406B;
}
</style>
background-color css
<style>
a { background-color: #01406B; }
a { background-color: rgb(1,64,107); }
div.DivClassName
{
background-color: #01406B;
}
.BgClassName
{
background-color: #01406B;
}
</style>
border-color css
<style>
span { border-color: #01406B; }
span { border-color: rgb(1,64,107); }
td.TdClassName
{
border-color: #01406B;
}
.TagClassName
{
border-color: #01406B;
}
</style>