Shades of Prussian Blue #01264C
Tints of Prussian Blue #01264C
RGB
CMYK
RGB Variations
Color information
#01264C (or 0x01264C) is known color: Prussian Blue. HEX triplet: 01, 26 and 4C. RGB value is (1,38,76). Sum of RGB (Red+Green+Blue) = 1+38+76=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #01264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01264C is #FED9B3. Grayscale: #1F1F1F. Windows color (decimal): -16701876 or 4990465. OLE color: 4990465.
HSL color Cylindrical-coordinate representation of color #01264C: hue angle of 210.4º 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 #01264C is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 38 | 76 | - |
| CMYK | 0.99 | 0.5 | 0 | 0.70 |
| HSL | 210.4º | 0.97% | 0.15% | - |
| HSV(B) | 210.4º | 0.99% | 0.3% | - |
| XYZ | 2.01 | 1.91 | 7.1 | - |
| YUV | 31.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 76 | 0.99 | 0.5 | 0 | 0.70 | 210.4 | 0.97 | 0.15 |
| Hex | 1 | 26 | 4C | 63 | 32 | 0 | 46 | D2 | 61 | F |
| Octal | 1 | 46 | 114 | 143 | 62 | 0 | 106 | 322 | 141 | 17 |
| Binary | 1 | 100110 | 1001100 | 1100011 | 110010 | 0 | 1000110 | 11010010 | 1100001 | 1111 |
Color Harmonies of #01264C
Complementary color
Monochromatic Colors of #01264C
Black with #01264C
Text Example
Text Example
White with #01264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01264C; }
p { color: rgb(1,38,76); }
H1.HeaderClassName
{
color: #01264C;
}
.AnyTagClassName
{
color: #01264C;
}
</style>
background-color css
<style>
a { background-color: #01264C; }
a { background-color: rgb(1,38,76); }
div.DivClassName
{
background-color: #01264C;
}
.BgClassName
{
background-color: #01264C;
}
</style>
border-color css
<style>
span { border-color: #01264C; }
span { border-color: rgb(1,38,76); }
td.TdClassName
{
border-color: #01264C;
}
.TagClassName
{
border-color: #01264C;
}
</style>