Shades of Prussian Blue #01334D
Tints of Prussian Blue #01334D
RGB
CMYK
RGB Variations
Color information
#01334D (or 0x01334D) is known color: Prussian Blue. HEX triplet: 01, 33 and 4D. RGB value is (1,51,77). Sum of RGB (Red+Green+Blue) = 1+51+77=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #01334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01334D is #FECCB2. Grayscale: #262626. Windows color (decimal): -16698547 or 5059329. OLE color: 5059329.
HSL color Cylindrical-coordinate representation of color #01334D: hue angle of 200.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01334D is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 51 | 77 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.70 |
| HSL | 200.53º | 0.97% | 0.15% | - |
| HSV(B) | 200.53º | 0.99% | 0.3% | - |
| XYZ | 2.54 | 2.91 | 7.45 | - |
| YUV | 39.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 77 | 0.99 | 0.34 | 0 | 0.70 | 200.53 | 0.97 | 0.15 |
| Hex | 1 | 33 | 4D | 63 | 22 | 0 | 46 | C9 | 61 | F |
| Octal | 1 | 63 | 115 | 143 | 42 | 0 | 106 | 311 | 141 | 17 |
| Binary | 1 | 110011 | 1001101 | 1100011 | 100010 | 0 | 1000110 | 11001001 | 1100001 | 1111 |
Color Harmonies of #01334D
Complementary color
Monochromatic Colors of #01334D
Black with #01334D
Text Example
Text Example
White with #01334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01334D; }
p { color: rgb(1,51,77); }
H1.HeaderClassName
{
color: #01334D;
}
.AnyTagClassName
{
color: #01334D;
}
</style>
background-color css
<style>
a { background-color: #01334D; }
a { background-color: rgb(1,51,77); }
div.DivClassName
{
background-color: #01334D;
}
.BgClassName
{
background-color: #01334D;
}
</style>
border-color css
<style>
span { border-color: #01334D; }
span { border-color: rgb(1,51,77); }
td.TdClassName
{
border-color: #01334D;
}
.TagClassName
{
border-color: #01334D;
}
</style>