Shades of Prussian Blue #002B5C
Tints of Prussian Blue #002B5C
RGB
CMYK
RGB Variations
Color information
#002B5C (or 0x002B5C) is known color: Prussian Blue. HEX triplet: 00, 2B and 5C. RGB value is (0,43,92). Sum of RGB (Red+Green+Blue) = 0+43+92=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #002B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B5C is #FFD4A3. Grayscale: #232323. Windows color (decimal): -16766116 or 6040320. OLE color: 6040320.
HSL color Cylindrical-coordinate representation of color #002B5C: hue angle of 211.96º 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 #002B5C is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 43 | 92 | - |
| CMYK | 1 | 0.53 | 0 | 0.64 |
| HSL | 211.96º | 1% | 0.18% | - |
| HSV(B) | 211.96º | 1% | 0.36% | - |
| XYZ | 2.8 | 2.5 | 10.46 | - |
| YUV | 35.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 92 | 1 | 0.53 | 0 | 0.64 | 211.96 | 1 | 0.18 |
| Hex | 0 | 2B | 5C | 64 | 35 | 0 | 40 | D4 | 64 | 12 |
| Octal | 0 | 53 | 134 | 144 | 65 | 0 | 100 | 324 | 144 | 22 |
| Binary | 0 | 101011 | 1011100 | 1100100 | 110101 | 0 | 1000000 | 11010100 | 1100100 | 10010 |
Color Harmonies of #002B5C
Complementary color
Monochromatic Colors of #002B5C
Black with #002B5C
Text Example
Text Example
White with #002B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B5C; }
p { color: rgb(0,43,92); }
H1.HeaderClassName
{
color: #002B5C;
}
.AnyTagClassName
{
color: #002B5C;
}
</style>
background-color css
<style>
a { background-color: #002B5C; }
a { background-color: rgb(0,43,92); }
div.DivClassName
{
background-color: #002B5C;
}
.BgClassName
{
background-color: #002B5C;
}
</style>
border-color css
<style>
span { border-color: #002B5C; }
span { border-color: rgb(0,43,92); }
td.TdClassName
{
border-color: #002B5C;
}
.TagClassName
{
border-color: #002B5C;
}
</style>