Shades of Prussian Blue #01335C
Tints of Prussian Blue #01335C
RGB
CMYK
RGB Variations
Color information
#01335C (or 0x01335C) is known color: Prussian Blue. HEX triplet: 01, 33 and 5C. RGB value is (1,51,92). Sum of RGB (Red+Green+Blue) = 1+51+92=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #01335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01335C is #FECCA3. Grayscale: #282828. Windows color (decimal): -16698532 or 6042369. OLE color: 6042369.
HSL color Cylindrical-coordinate representation of color #01335C: hue angle of 207.03º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01335C is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 51 | 92 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.64 |
| HSL | 207.03º | 0.98% | 0.18% | - |
| HSV(B) | 207.03º | 0.99% | 0.36% | - |
| XYZ | 3.13 | 3.15 | 10.57 | - |
| YUV | 40.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 92 | 0.99 | 0.45 | 0 | 0.64 | 207.03 | 0.98 | 0.18 |
| Hex | 1 | 33 | 5C | 63 | 2D | 0 | 40 | CF | 62 | 12 |
| Octal | 1 | 63 | 134 | 143 | 55 | 0 | 100 | 317 | 142 | 22 |
| Binary | 1 | 110011 | 1011100 | 1100011 | 101101 | 0 | 1000000 | 11001111 | 1100010 | 10010 |
Color Harmonies of #01335C
Complementary color
Monochromatic Colors of #01335C
Black with #01335C
Text Example
Text Example
White with #01335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01335C; }
p { color: rgb(1,51,92); }
H1.HeaderClassName
{
color: #01335C;
}
.AnyTagClassName
{
color: #01335C;
}
</style>
background-color css
<style>
a { background-color: #01335C; }
a { background-color: rgb(1,51,92); }
div.DivClassName
{
background-color: #01335C;
}
.BgClassName
{
background-color: #01335C;
}
</style>
border-color css
<style>
span { border-color: #01335C; }
span { border-color: rgb(1,51,92); }
td.TdClassName
{
border-color: #01335C;
}
.TagClassName
{
border-color: #01335C;
}
</style>