Shades of Prussian Blue #013375
Tints of Prussian Blue #013375
RGB
CMYK
RGB Variations
Color information
#013375 (or 0x013375) is known color: Prussian Blue. HEX triplet: 01, 33 and 75. RGB value is (1,51,117). Sum of RGB (Red+Green+Blue) = 1+51+117=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #013375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013375 is #FECC8A. Grayscale: #2B2B2B. Windows color (decimal): -16698507 or 7680769. OLE color: 7680769.
HSL color Cylindrical-coordinate representation of color #013375: hue angle of 214.14º 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 #013375 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 51 | 117 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.54 |
| HSL | 214.14º | 0.98% | 0.23% | - |
| HSV(B) | 214.14º | 0.99% | 0.46% | - |
| XYZ | 4.41 | 3.66 | 17.3 | - |
| YUV | 43.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 117 | 0.99 | 0.56 | 0 | 0.54 | 214.14 | 0.98 | 0.23 |
| Hex | 1 | 33 | 75 | 63 | 38 | 0 | 36 | D6 | 62 | 17 |
| Octal | 1 | 63 | 165 | 143 | 70 | 0 | 66 | 326 | 142 | 27 |
| Binary | 1 | 110011 | 1110101 | 1100011 | 111000 | 0 | 110110 | 11010110 | 1100010 | 10111 |
Color Harmonies of #013375
Complementary color
Monochromatic Colors of #013375
Black with #013375
Text Example
Text Example
White with #013375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013375; }
p { color: rgb(1,51,117); }
H1.HeaderClassName
{
color: #013375;
}
.AnyTagClassName
{
color: #013375;
}
</style>
background-color css
<style>
a { background-color: #013375; }
a { background-color: rgb(1,51,117); }
div.DivClassName
{
background-color: #013375;
}
.BgClassName
{
background-color: #013375;
}
</style>
border-color css
<style>
span { border-color: #013375; }
span { border-color: rgb(1,51,117); }
td.TdClassName
{
border-color: #013375;
}
.TagClassName
{
border-color: #013375;
}
</style>