Shades of Prussian Blue #013353
Tints of Prussian Blue #013353
RGB
CMYK
RGB Variations
Color information
#013353 (or 0x013353) is known color: Prussian Blue. HEX triplet: 01, 33 and 53. RGB value is (1,51,83). Sum of RGB (Red+Green+Blue) = 1+51+83=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #013353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013353 is #FECCAC. Grayscale: #272727. Windows color (decimal): -16698541 or 5452545. OLE color: 5452545.
HSL color Cylindrical-coordinate representation of color #013353: hue angle of 203.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013353 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 51 | 83 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.67 |
| HSL | 203.41º | 0.98% | 0.16% | - |
| HSV(B) | 203.41º | 0.99% | 0.33% | - |
| XYZ | 2.76 | 3 | 8.62 | - |
| YUV | 39.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 83 | 0.99 | 0.39 | 0 | 0.67 | 203.41 | 0.98 | 0.16 |
| Hex | 1 | 33 | 53 | 63 | 27 | 0 | 43 | CB | 62 | 10 |
| Octal | 1 | 63 | 123 | 143 | 47 | 0 | 103 | 313 | 142 | 20 |
| Binary | 1 | 110011 | 1010011 | 1100011 | 100111 | 0 | 1000011 | 11001011 | 1100010 | 10000 |
Color Harmonies of #013353
Complementary color
Monochromatic Colors of #013353
Black with #013353
Text Example
Text Example
White with #013353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013353; }
p { color: rgb(1,51,83); }
H1.HeaderClassName
{
color: #013353;
}
.AnyTagClassName
{
color: #013353;
}
</style>
background-color css
<style>
a { background-color: #013353; }
a { background-color: rgb(1,51,83); }
div.DivClassName
{
background-color: #013353;
}
.BgClassName
{
background-color: #013353;
}
</style>
border-color css
<style>
span { border-color: #013353; }
span { border-color: rgb(1,51,83); }
td.TdClassName
{
border-color: #013353;
}
.TagClassName
{
border-color: #013353;
}
</style>