Shades of Prussian Blue #003253
Tints of Prussian Blue #003253
RGB
CMYK
RGB Variations
Color information
#003253 (or 0x003253) is known color: Prussian Blue. HEX triplet: 00, 32 and 53. RGB value is (0,50,83). Sum of RGB (Red+Green+Blue) = 0+50+83=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #003253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003253 is #FFCDAC. Grayscale: #262626. Windows color (decimal): -16764333 or 5452288. OLE color: 5452288.
HSL color Cylindrical-coordinate representation of color #003253: hue angle of 203.86º 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 #003253 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 0 | 50 | 83 | - |
CMYK | 1 | 0.40 | 0 | 0.67 |
HSL | 203.86º | 1% | 0.16% | - |
HSV(B) | 203.86º | 1% | 0.33% | - |
XYZ | 2.7 | 2.91 | 8.6 | - |
YUV | 38.81 | 152.94 | 100.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 50 | 83 | 1 | 0.40 | 0 | 0.67 | 203.86 | 1 | 0.16 |
Hex | 0 | 32 | 53 | 64 | 28 | 0 | 43 | CC | 64 | 10 |
Octal | 0 | 62 | 123 | 144 | 50 | 0 | 103 | 314 | 144 | 20 |
Binary | 0 | 110010 | 1010011 | 1100100 | 101000 | 0 | 1000011 | 11001100 | 1100100 | 10000 |
Color Harmonies of #003253
Complementary color
Monochromatic Colors of #003253
Black with #003253
Text Example
Text Example
White with #003253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003253; }
p { color: rgb(0,50,83); }
H1.HeaderClassName
{
color: #003253;
}
.AnyTagClassName
{
color: #003253;
}
</style>
background-color css
<style>
a { background-color: #003253; }
a { background-color: rgb(0,50,83); }
div.DivClassName
{
background-color: #003253;
}
.BgClassName
{
background-color: #003253;
}
</style>
border-color css
<style>
span { border-color: #003253; }
span { border-color: rgb(0,50,83); }
td.TdClassName
{
border-color: #003253;
}
.TagClassName
{
border-color: #003253;
}
</style>