Shades of Prussian Blue #01275A
Tints of Prussian Blue #01275A
RGB
CMYK
RGB Variations
Color information
#01275A (or 0x01275A) is known color: Prussian Blue. HEX triplet: 01, 27 and 5A. RGB value is (1,39,90). Sum of RGB (Red+Green+Blue) = 1+39+90=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #01275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01275A is #FED8A5. Grayscale: #212121. Windows color (decimal): -16701606 or 5908225. OLE color: 5908225.
HSL color Cylindrical-coordinate representation of color #01275A: hue angle of 214.38º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01275A is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 39 | 90 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.65 |
| HSL | 214.38º | 0.98% | 0.18% | - |
| HSV(B) | 214.38º | 0.99% | 0.35% | - |
| XYZ | 2.58 | 2.2 | 9.96 | - |
| YUV | 33.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 90 | 0.99 | 0.57 | 0 | 0.65 | 214.38 | 0.98 | 0.18 |
| Hex | 1 | 27 | 5A | 63 | 39 | 0 | 41 | D6 | 62 | 12 |
| Octal | 1 | 47 | 132 | 143 | 71 | 0 | 101 | 326 | 142 | 22 |
| Binary | 1 | 100111 | 1011010 | 1100011 | 111001 | 0 | 1000001 | 11010110 | 1100010 | 10010 |
Color Harmonies of #01275A
Complementary color
Monochromatic Colors of #01275A
Black with #01275A
Text Example
Text Example
White with #01275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01275A; }
p { color: rgb(1,39,90); }
H1.HeaderClassName
{
color: #01275A;
}
.AnyTagClassName
{
color: #01275A;
}
</style>
background-color css
<style>
a { background-color: #01275A; }
a { background-color: rgb(1,39,90); }
div.DivClassName
{
background-color: #01275A;
}
.BgClassName
{
background-color: #01275A;
}
</style>
border-color css
<style>
span { border-color: #01275A; }
span { border-color: rgb(1,39,90); }
td.TdClassName
{
border-color: #01275A;
}
.TagClassName
{
border-color: #01275A;
}
</style>