Shades of Prussian Blue #013E67
Tints of Prussian Blue #013E67
RGB
CMYK
RGB Variations
Color information
#013E67 (or 0x013E67) is known color: Prussian Blue. HEX triplet: 01, 3E and 67. RGB value is (1,62,103). Sum of RGB (Red+Green+Blue) = 1+62+103=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #013E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E67 is #FEC198. Grayscale: #303030. Windows color (decimal): -16695705 or 6766081. OLE color: 6766081.
HSL color Cylindrical-coordinate representation of color #013E67: hue angle of 204.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E67 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 62 | 103 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.60 |
| HSL | 204.12º | 0.98% | 0.2% | - |
| HSV(B) | 204.12º | 0.99% | 0.4% | - |
| XYZ | 4.18 | 4.43 | 13.47 | - |
| YUV | 48.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 103 | 0.99 | 0.40 | 0 | 0.60 | 204.12 | 0.98 | 0.2 |
| Hex | 1 | 3E | 67 | 63 | 28 | 0 | 3C | CC | 62 | 14 |
| Octal | 1 | 76 | 147 | 143 | 50 | 0 | 74 | 314 | 142 | 24 |
| Binary | 1 | 111110 | 1100111 | 1100011 | 101000 | 0 | 111100 | 11001100 | 1100010 | 10100 |
Color Harmonies of #013E67
Complementary color
Monochromatic Colors of #013E67
Black with #013E67
Text Example
Text Example
White with #013E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E67; }
p { color: rgb(1,62,103); }
H1.HeaderClassName
{
color: #013E67;
}
.AnyTagClassName
{
color: #013E67;
}
</style>
background-color css
<style>
a { background-color: #013E67; }
a { background-color: rgb(1,62,103); }
div.DivClassName
{
background-color: #013E67;
}
.BgClassName
{
background-color: #013E67;
}
</style>
border-color css
<style>
span { border-color: #013E67; }
span { border-color: rgb(1,62,103); }
td.TdClassName
{
border-color: #013E67;
}
.TagClassName
{
border-color: #013E67;
}
</style>