Shades of Prussian Blue #013F70
Tints of Prussian Blue #013F70
RGB
CMYK
RGB Variations
Color information
#013F70 (or 0x013F70) is known color: Prussian Blue. HEX triplet: 01, 3F and 70. RGB value is (1,63,112). Sum of RGB (Red+Green+Blue) = 1+63+112=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #013F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F70 is #FEC08F. Grayscale: #313131. Windows color (decimal): -16695440 or 7356161. OLE color: 7356161.
HSL color Cylindrical-coordinate representation of color #013F70: hue angle of 206.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F70 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 63 | 112 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.56 |
| HSL | 206.49º | 0.98% | 0.22% | - |
| HSV(B) | 206.49º | 0.99% | 0.44% | - |
| XYZ | 4.71 | 4.73 | 15.99 | - |
| YUV | 50.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 112 | 0.99 | 0.44 | 0 | 0.56 | 206.49 | 0.98 | 0.22 |
| Hex | 1 | 3F | 70 | 63 | 2C | 0 | 38 | CE | 62 | 16 |
| Octal | 1 | 77 | 160 | 143 | 54 | 0 | 70 | 316 | 142 | 26 |
| Binary | 1 | 111111 | 1110000 | 1100011 | 101100 | 0 | 111000 | 11001110 | 1100010 | 10110 |
Color Harmonies of #013F70
Complementary color
Monochromatic Colors of #013F70
Black with #013F70
Text Example
Text Example
White with #013F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F70; }
p { color: rgb(1,63,112); }
H1.HeaderClassName
{
color: #013F70;
}
.AnyTagClassName
{
color: #013F70;
}
</style>
background-color css
<style>
a { background-color: #013F70; }
a { background-color: rgb(1,63,112); }
div.DivClassName
{
background-color: #013F70;
}
.BgClassName
{
background-color: #013F70;
}
</style>
border-color css
<style>
span { border-color: #013F70; }
span { border-color: rgb(1,63,112); }
td.TdClassName
{
border-color: #013F70;
}
.TagClassName
{
border-color: #013F70;
}
</style>