Shades of Prussian Blue #002753
Tints of Prussian Blue #002753
RGB
CMYK
RGB Variations
Color information
#002753 (or 0x002753) is known color: Prussian Blue. HEX triplet: 00, 27 and 53. RGB value is (0,39,83). Sum of RGB (Red+Green+Blue) = 0+39+83=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #002753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002753 is #FFD8AC. Grayscale: #202020. Windows color (decimal): -16767149 or 5449472. OLE color: 5449472.
HSL color Cylindrical-coordinate representation of color #002753: hue angle of 211.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002753 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 39 | 83 | - |
| CMYK | 1 | 0.53 | 0 | 0.67 |
| HSL | 211.81º | 1% | 0.16% | - |
| HSV(B) | 211.81º | 1% | 0.33% | - |
| XYZ | 2.29 | 2.08 | 8.46 | - |
| YUV | 32.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 83 | 1 | 0.53 | 0 | 0.67 | 211.81 | 1 | 0.16 |
| Hex | 0 | 27 | 53 | 64 | 35 | 0 | 43 | D4 | 64 | 10 |
| Octal | 0 | 47 | 123 | 144 | 65 | 0 | 103 | 324 | 144 | 20 |
| Binary | 0 | 100111 | 1010011 | 1100100 | 110101 | 0 | 1000011 | 11010100 | 1100100 | 10000 |
Color Harmonies of #002753
Complementary color
Monochromatic Colors of #002753
Black with #002753
Text Example
Text Example
White with #002753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002753; }
p { color: rgb(0,39,83); }
H1.HeaderClassName
{
color: #002753;
}
.AnyTagClassName
{
color: #002753;
}
</style>
background-color css
<style>
a { background-color: #002753; }
a { background-color: rgb(0,39,83); }
div.DivClassName
{
background-color: #002753;
}
.BgClassName
{
background-color: #002753;
}
</style>
border-color css
<style>
span { border-color: #002753; }
span { border-color: rgb(0,39,83); }
td.TdClassName
{
border-color: #002753;
}
.TagClassName
{
border-color: #002753;
}
</style>