Shades of Prussian Blue #013676
Tints of Prussian Blue #013676
RGB
CMYK
RGB Variations
Color information
#013676 (or 0x013676) is known color: Prussian Blue. HEX triplet: 01, 36 and 76. RGB value is (1,54,118). Sum of RGB (Red+Green+Blue) = 1+54+118=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #013676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013676 is #FEC989. Grayscale: #2D2D2D. Windows color (decimal): -16697738 or 7747073. OLE color: 7747073.
HSL color Cylindrical-coordinate representation of color #013676: hue angle of 212.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013676 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 54 | 118 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.54 |
| HSL | 212.82º | 0.98% | 0.23% | - |
| HSV(B) | 212.82º | 0.99% | 0.46% | - |
| XYZ | 4.6 | 3.95 | 17.66 | - |
| YUV | 45.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 118 | 0.99 | 0.54 | 0 | 0.54 | 212.82 | 0.98 | 0.23 |
| Hex | 1 | 36 | 76 | 63 | 36 | 0 | 36 | D5 | 62 | 17 |
| Octal | 1 | 66 | 166 | 143 | 66 | 0 | 66 | 325 | 142 | 27 |
| Binary | 1 | 110110 | 1110110 | 1100011 | 110110 | 0 | 110110 | 11010101 | 1100010 | 10111 |
Color Harmonies of #013676
Complementary color
Monochromatic Colors of #013676
Black with #013676
Text Example
Text Example
White with #013676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013676; }
p { color: rgb(1,54,118); }
H1.HeaderClassName
{
color: #013676;
}
.AnyTagClassName
{
color: #013676;
}
</style>
background-color css
<style>
a { background-color: #013676; }
a { background-color: rgb(1,54,118); }
div.DivClassName
{
background-color: #013676;
}
.BgClassName
{
background-color: #013676;
}
</style>
border-color css
<style>
span { border-color: #013676; }
span { border-color: rgb(1,54,118); }
td.TdClassName
{
border-color: #013676;
}
.TagClassName
{
border-color: #013676;
}
</style>