Shades of Prussian Blue #013B68
Tints of Prussian Blue #013B68
RGB
CMYK
RGB Variations
Color information
#013B68 (or 0x013B68) is known color: Prussian Blue. HEX triplet: 01, 3B and 68. RGB value is (1,59,104). Sum of RGB (Red+Green+Blue) = 1+59+104=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #013B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B68 is #FEC497. Grayscale: #2E2E2E. Windows color (decimal): -16696472 or 6830849. OLE color: 6830849.
HSL color Cylindrical-coordinate representation of color #013B68: hue angle of 206.21º 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 #013B68 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 59 | 104 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.59 |
| HSL | 206.21º | 0.98% | 0.21% | - |
| HSV(B) | 206.21º | 0.99% | 0.41% | - |
| XYZ | 4.08 | 4.13 | 13.68 | - |
| YUV | 46.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 104 | 0.99 | 0.43 | 0 | 0.59 | 206.21 | 0.98 | 0.21 |
| Hex | 1 | 3B | 68 | 63 | 2B | 0 | 3B | CE | 62 | 15 |
| Octal | 1 | 73 | 150 | 143 | 53 | 0 | 73 | 316 | 142 | 25 |
| Binary | 1 | 111011 | 1101000 | 1100011 | 101011 | 0 | 111011 | 11001110 | 1100010 | 10101 |
Color Harmonies of #013B68
Complementary color
Monochromatic Colors of #013B68
Black with #013B68
Text Example
Text Example
White with #013B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B68; }
p { color: rgb(1,59,104); }
H1.HeaderClassName
{
color: #013B68;
}
.AnyTagClassName
{
color: #013B68;
}
</style>
background-color css
<style>
a { background-color: #013B68; }
a { background-color: rgb(1,59,104); }
div.DivClassName
{
background-color: #013B68;
}
.BgClassName
{
background-color: #013B68;
}
</style>
border-color css
<style>
span { border-color: #013B68; }
span { border-color: rgb(1,59,104); }
td.TdClassName
{
border-color: #013B68;
}
.TagClassName
{
border-color: #013B68;
}
</style>