Shades of Prussian Blue #002B5D
Tints of Prussian Blue #002B5D
RGB
CMYK
RGB Variations
Color information
#002B5D (or 0x002B5D) is known color: Prussian Blue. HEX triplet: 00, 2B and 5D. RGB value is (0,43,93). Sum of RGB (Red+Green+Blue) = 0+43+93=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #002B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B5D is #FFD4A2. Grayscale: #232323. Windows color (decimal): -16766115 or 6105856. OLE color: 6105856.
HSL color Cylindrical-coordinate representation of color #002B5D: hue angle of 212.26º 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 #002B5D is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 43 | 93 | - |
| CMYK | 1 | 0.54 | 0 | 0.64 |
| HSL | 212.26º | 1% | 0.18% | - |
| HSV(B) | 212.26º | 1% | 0.36% | - |
| XYZ | 2.84 | 2.52 | 10.69 | - |
| YUV | 35.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 93 | 1 | 0.54 | 0 | 0.64 | 212.26 | 1 | 0.18 |
| Hex | 0 | 2B | 5D | 64 | 36 | 0 | 40 | D4 | 64 | 12 |
| Octal | 0 | 53 | 135 | 144 | 66 | 0 | 100 | 324 | 144 | 22 |
| Binary | 0 | 101011 | 1011101 | 1100100 | 110110 | 0 | 1000000 | 11010100 | 1100100 | 10010 |
Color Harmonies of #002B5D
Complementary color
Monochromatic Colors of #002B5D
Black with #002B5D
Text Example
Text Example
White with #002B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B5D; }
p { color: rgb(0,43,93); }
H1.HeaderClassName
{
color: #002B5D;
}
.AnyTagClassName
{
color: #002B5D;
}
</style>
background-color css
<style>
a { background-color: #002B5D; }
a { background-color: rgb(0,43,93); }
div.DivClassName
{
background-color: #002B5D;
}
.BgClassName
{
background-color: #002B5D;
}
</style>
border-color css
<style>
span { border-color: #002B5D; }
span { border-color: rgb(0,43,93); }
td.TdClassName
{
border-color: #002B5D;
}
.TagClassName
{
border-color: #002B5D;
}
</style>