Shades of Prussian Blue #01334C
Tints of Prussian Blue #01334C
RGB
CMYK
RGB Variations
Color information
#01334C (or 0x01334C) is known color: Prussian Blue. HEX triplet: 01, 33 and 4C. RGB value is (1,51,76). Sum of RGB (Red+Green+Blue) = 1+51+76=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #01334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01334C is #FECCB3. Grayscale: #262626. Windows color (decimal): -16698548 or 4993793. OLE color: 4993793.
HSL color Cylindrical-coordinate representation of color #01334C: hue angle of 200º 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 #01334C is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 51 | 76 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.70 |
| HSL | 200º | 0.97% | 0.15% | - |
| HSV(B) | 200º | 0.99% | 0.3% | - |
| XYZ | 2.5 | 2.9 | 7.26 | - |
| YUV | 38.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 76 | 0.99 | 0.33 | 0 | 0.70 | 200 | 0.97 | 0.15 |
| Hex | 1 | 33 | 4C | 63 | 21 | 0 | 46 | C8 | 61 | F |
| Octal | 1 | 63 | 114 | 143 | 41 | 0 | 106 | 310 | 141 | 17 |
| Binary | 1 | 110011 | 1001100 | 1100011 | 100001 | 0 | 1000110 | 11001000 | 1100001 | 1111 |
Color Harmonies of #01334C
Complementary color
Monochromatic Colors of #01334C
Black with #01334C
Text Example
Text Example
White with #01334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01334C; }
p { color: rgb(1,51,76); }
H1.HeaderClassName
{
color: #01334C;
}
.AnyTagClassName
{
color: #01334C;
}
</style>
background-color css
<style>
a { background-color: #01334C; }
a { background-color: rgb(1,51,76); }
div.DivClassName
{
background-color: #01334C;
}
.BgClassName
{
background-color: #01334C;
}
</style>
border-color css
<style>
span { border-color: #01334C; }
span { border-color: rgb(1,51,76); }
td.TdClassName
{
border-color: #01334C;
}
.TagClassName
{
border-color: #01334C;
}
</style>