Shades of Prussian Blue #002B68
Tints of Prussian Blue #002B68
RGB
CMYK
RGB Variations
Color information
#002B68 (or 0x002B68) is known color: Prussian Blue. HEX triplet: 00, 2B and 68. RGB value is (0,43,104). Sum of RGB (Red+Green+Blue) = 0+43+104=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #002B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B68 is #FFD497. Grayscale: #242424. Windows color (decimal): -16766104 or 6826752. OLE color: 6826752.
HSL color Cylindrical-coordinate representation of color #002B68: hue angle of 215.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B68 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 43 | 104 | - |
| CMYK | 1 | 0.59 | 0 | 0.59 |
| HSL | 215.19º | 1% | 0.2% | - |
| HSV(B) | 215.19º | 1% | 0.41% | - |
| XYZ | 3.36 | 2.73 | 13.45 | - |
| YUV | 37.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 104 | 1 | 0.59 | 0 | 0.59 | 215.19 | 1 | 0.2 |
| Hex | 0 | 2B | 68 | 64 | 3B | 0 | 3B | D7 | 64 | 14 |
| Octal | 0 | 53 | 150 | 144 | 73 | 0 | 73 | 327 | 144 | 24 |
| Binary | 0 | 101011 | 1101000 | 1100100 | 111011 | 0 | 111011 | 11010111 | 1100100 | 10100 |
Color Harmonies of #002B68
Complementary color
Monochromatic Colors of #002B68
Black with #002B68
Text Example
Text Example
White with #002B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B68; }
p { color: rgb(0,43,104); }
H1.HeaderClassName
{
color: #002B68;
}
.AnyTagClassName
{
color: #002B68;
}
</style>
background-color css
<style>
a { background-color: #002B68; }
a { background-color: rgb(0,43,104); }
div.DivClassName
{
background-color: #002B68;
}
.BgClassName
{
background-color: #002B68;
}
</style>
border-color css
<style>
span { border-color: #002B68; }
span { border-color: rgb(0,43,104); }
td.TdClassName
{
border-color: #002B68;
}
.TagClassName
{
border-color: #002B68;
}
</style>