Shades of Prussian Blue #01264D
Tints of Prussian Blue #01264D
RGB
CMYK
RGB Variations
Color information
#01264D (or 0x01264D) is known color: Prussian Blue. HEX triplet: 01, 26 and 4D. RGB value is (1,38,77). Sum of RGB (Red+Green+Blue) = 1+38+77=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #01264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01264D is #FED9B2. Grayscale: #1F1F1F. Windows color (decimal): -16701875 or 5056001. OLE color: 5056001.
HSL color Cylindrical-coordinate representation of color #01264D: hue angle of 210.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01264D is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 38 | 77 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.70 |
| HSL | 210.79º | 0.97% | 0.15% | - |
| HSV(B) | 210.79º | 0.99% | 0.3% | - |
| XYZ | 2.05 | 1.93 | 7.29 | - |
| YUV | 31.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 77 | 0.99 | 0.51 | 0 | 0.70 | 210.79 | 0.97 | 0.15 |
| Hex | 1 | 26 | 4D | 63 | 33 | 0 | 46 | D3 | 61 | F |
| Octal | 1 | 46 | 115 | 143 | 63 | 0 | 106 | 323 | 141 | 17 |
| Binary | 1 | 100110 | 1001101 | 1100011 | 110011 | 0 | 1000110 | 11010011 | 1100001 | 1111 |
Color Harmonies of #01264D
Complementary color
Monochromatic Colors of #01264D
Black with #01264D
Text Example
Text Example
White with #01264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01264D; }
p { color: rgb(1,38,77); }
H1.HeaderClassName
{
color: #01264D;
}
.AnyTagClassName
{
color: #01264D;
}
</style>
background-color css
<style>
a { background-color: #01264D; }
a { background-color: rgb(1,38,77); }
div.DivClassName
{
background-color: #01264D;
}
.BgClassName
{
background-color: #01264D;
}
</style>
border-color css
<style>
span { border-color: #01264D; }
span { border-color: rgb(1,38,77); }
td.TdClassName
{
border-color: #01264D;
}
.TagClassName
{
border-color: #01264D;
}
</style>