Shades of Prussian Blue #002C5B
Tints of Prussian Blue #002C5B
RGB
CMYK
RGB Variations
Color information
#002C5B (or 0x002C5B) is known color: Prussian Blue. HEX triplet: 00, 2C and 5B. RGB value is (0,44,91). Sum of RGB (Red+Green+Blue) = 0+44+91=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #002C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C5B is #FFD3A4. Grayscale: #232323. Windows color (decimal): -16765861 or 5975040. OLE color: 5975040.
HSL color Cylindrical-coordinate representation of color #002C5B: hue angle of 210.99º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C5B is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 44 | 91 | - |
| CMYK | 1 | 0.52 | 0 | 0.64 |
| HSL | 210.99º | 1% | 0.18% | - |
| HSV(B) | 210.99º | 1% | 0.36% | - |
| XYZ | 2.79 | 2.56 | 10.24 | - |
| YUV | 36.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 91 | 1 | 0.52 | 0 | 0.64 | 210.99 | 1 | 0.18 |
| Hex | 0 | 2C | 5B | 64 | 34 | 0 | 40 | D3 | 64 | 12 |
| Octal | 0 | 54 | 133 | 144 | 64 | 0 | 100 | 323 | 144 | 22 |
| Binary | 0 | 101100 | 1011011 | 1100100 | 110100 | 0 | 1000000 | 11010011 | 1100100 | 10010 |
Color Harmonies of #002C5B
Complementary color
Monochromatic Colors of #002C5B
Black with #002C5B
Text Example
Text Example
White with #002C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C5B; }
p { color: rgb(0,44,91); }
H1.HeaderClassName
{
color: #002C5B;
}
.AnyTagClassName
{
color: #002C5B;
}
</style>
background-color css
<style>
a { background-color: #002C5B; }
a { background-color: rgb(0,44,91); }
div.DivClassName
{
background-color: #002C5B;
}
.BgClassName
{
background-color: #002C5B;
}
</style>
border-color css
<style>
span { border-color: #002C5B; }
span { border-color: rgb(0,44,91); }
td.TdClassName
{
border-color: #002C5B;
}
.TagClassName
{
border-color: #002C5B;
}
</style>