Shades of Prussian Blue #013769
Tints of Prussian Blue #013769
RGB
CMYK
RGB Variations
Color information
#013769 (or 0x013769) is known color: Prussian Blue. HEX triplet: 01, 37 and 69. RGB value is (1,55,105). Sum of RGB (Red+Green+Blue) = 1+55+105=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #013769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013769 is #FEC896. Grayscale: #2C2C2C. Windows color (decimal): -16697495 or 6895361. OLE color: 6895361.
HSL color Cylindrical-coordinate representation of color #013769: hue angle of 208.85º 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 #013769 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 55 | 105 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.59 |
| HSL | 208.85º | 0.98% | 0.21% | - |
| HSV(B) | 208.85º | 0.99% | 0.41% | - |
| XYZ | 3.93 | 3.76 | 13.88 | - |
| YUV | 44.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 105 | 0.99 | 0.48 | 0 | 0.59 | 208.85 | 0.98 | 0.21 |
| Hex | 1 | 37 | 69 | 63 | 30 | 0 | 3B | D1 | 62 | 15 |
| Octal | 1 | 67 | 151 | 143 | 60 | 0 | 73 | 321 | 142 | 25 |
| Binary | 1 | 110111 | 1101001 | 1100011 | 110000 | 0 | 111011 | 11010001 | 1100010 | 10101 |
Color Harmonies of #013769
Complementary color
Monochromatic Colors of #013769
Black with #013769
Text Example
Text Example
White with #013769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013769; }
p { color: rgb(1,55,105); }
H1.HeaderClassName
{
color: #013769;
}
.AnyTagClassName
{
color: #013769;
}
</style>
background-color css
<style>
a { background-color: #013769; }
a { background-color: rgb(1,55,105); }
div.DivClassName
{
background-color: #013769;
}
.BgClassName
{
background-color: #013769;
}
</style>
border-color css
<style>
span { border-color: #013769; }
span { border-color: rgb(1,55,105); }
td.TdClassName
{
border-color: #013769;
}
.TagClassName
{
border-color: #013769;
}
</style>