Shades of Prussian Blue #002B4B
Tints of Prussian Blue #002B4B
RGB
CMYK
RGB Variations
Color information
#002B4B (or 0x002B4B) is known color: Prussian Blue. HEX triplet: 00, 2B and 4B. RGB value is (0,43,75). Sum of RGB (Red+Green+Blue) = 0+43+75=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #002B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B4B is #FFD4B4. Grayscale: #212121. Windows color (decimal): -16766133 or 4926208. OLE color: 4926208.
HSL color Cylindrical-coordinate representation of color #002B4B: hue angle of 205.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B4B is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 43 | 75 | - |
| CMYK | 1 | 0.43 | 0 | 0.71 |
| HSL | 205.6º | 1% | 0.15% | - |
| HSV(B) | 205.6º | 1% | 0.29% | - |
| XYZ | 2.13 | 2.24 | 6.98 | - |
| YUV | 33.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 75 | 1 | 0.43 | 0 | 0.71 | 205.6 | 1 | 0.15 |
| Hex | 0 | 2B | 4B | 64 | 2B | 0 | 47 | CE | 64 | F |
| Octal | 0 | 53 | 113 | 144 | 53 | 0 | 107 | 316 | 144 | 17 |
| Binary | 0 | 101011 | 1001011 | 1100100 | 101011 | 0 | 1000111 | 11001110 | 1100100 | 1111 |
Color Harmonies of #002B4B
Complementary color
Monochromatic Colors of #002B4B
Black with #002B4B
Text Example
Text Example
White with #002B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B4B; }
p { color: rgb(0,43,75); }
H1.HeaderClassName
{
color: #002B4B;
}
.AnyTagClassName
{
color: #002B4B;
}
</style>
background-color css
<style>
a { background-color: #002B4B; }
a { background-color: rgb(0,43,75); }
div.DivClassName
{
background-color: #002B4B;
}
.BgClassName
{
background-color: #002B4B;
}
</style>
border-color css
<style>
span { border-color: #002B4B; }
span { border-color: rgb(0,43,75); }
td.TdClassName
{
border-color: #002B4B;
}
.TagClassName
{
border-color: #002B4B;
}
</style>