Shades of Prussian Blue #013F68
Tints of Prussian Blue #013F68
RGB
CMYK
RGB Variations
Color information
#013F68 (or 0x013F68) is known color: Prussian Blue. HEX triplet: 01, 3F and 68. RGB value is (1,63,104). Sum of RGB (Red+Green+Blue) = 1+63+104=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #013F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F68 is #FEC097. Grayscale: #303030. Windows color (decimal): -16695448 or 6831873. OLE color: 6831873.
HSL color Cylindrical-coordinate representation of color #013F68: hue angle of 203.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F68 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 63 | 104 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.59 |
| HSL | 203.88º | 0.98% | 0.21% | - |
| HSV(B) | 203.88º | 0.99% | 0.41% | - |
| XYZ | 4.29 | 4.56 | 13.75 | - |
| YUV | 49.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 104 | 0.99 | 0.39 | 0 | 0.59 | 203.88 | 0.98 | 0.21 |
| Hex | 1 | 3F | 68 | 63 | 27 | 0 | 3B | CC | 62 | 15 |
| Octal | 1 | 77 | 150 | 143 | 47 | 0 | 73 | 314 | 142 | 25 |
| Binary | 1 | 111111 | 1101000 | 1100011 | 100111 | 0 | 111011 | 11001100 | 1100010 | 10101 |
Color Harmonies of #013F68
Complementary color
Monochromatic Colors of #013F68
Black with #013F68
Text Example
Text Example
White with #013F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F68; }
p { color: rgb(1,63,104); }
H1.HeaderClassName
{
color: #013F68;
}
.AnyTagClassName
{
color: #013F68;
}
</style>
background-color css
<style>
a { background-color: #013F68; }
a { background-color: rgb(1,63,104); }
div.DivClassName
{
background-color: #013F68;
}
.BgClassName
{
background-color: #013F68;
}
</style>
border-color css
<style>
span { border-color: #013F68; }
span { border-color: rgb(1,63,104); }
td.TdClassName
{
border-color: #013F68;
}
.TagClassName
{
border-color: #013F68;
}
</style>