Shades of Prussian Blue #003853
Tints of Prussian Blue #003853
RGB
CMYK
RGB Variations
Color information
#003853 (or 0x003853) is known color: Prussian Blue. HEX triplet: 00, 38 and 53. RGB value is (0,56,83). Sum of RGB (Red+Green+Blue) = 0+56+83=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #003853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003853 is #FFC7AC. Grayscale: #2A2A2A. Windows color (decimal): -16762797 or 5453824. OLE color: 5453824.
HSL color Cylindrical-coordinate representation of color #003853: hue angle of 199.52º 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 #003853 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 56 | 83 | - |
| CMYK | 1 | 0.33 | 0 | 0.67 |
| HSL | 199.52º | 1% | 0.16% | - |
| HSV(B) | 199.52º | 1% | 0.33% | - |
| XYZ | 2.98 | 3.45 | 8.69 | - |
| YUV | 42.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 83 | 1 | 0.33 | 0 | 0.67 | 199.52 | 1 | 0.16 |
| Hex | 0 | 38 | 53 | 64 | 21 | 0 | 43 | C8 | 64 | 10 |
| Octal | 0 | 70 | 123 | 144 | 41 | 0 | 103 | 310 | 144 | 20 |
| Binary | 0 | 111000 | 1010011 | 1100100 | 100001 | 0 | 1000011 | 11001000 | 1100100 | 10000 |
Color Harmonies of #003853
Complementary color
Monochromatic Colors of #003853
Black with #003853
Text Example
Text Example
White with #003853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003853; }
p { color: rgb(0,56,83); }
H1.HeaderClassName
{
color: #003853;
}
.AnyTagClassName
{
color: #003853;
}
</style>
background-color css
<style>
a { background-color: #003853; }
a { background-color: rgb(0,56,83); }
div.DivClassName
{
background-color: #003853;
}
.BgClassName
{
background-color: #003853;
}
</style>
border-color css
<style>
span { border-color: #003853; }
span { border-color: rgb(0,56,83); }
td.TdClassName
{
border-color: #003853;
}
.TagClassName
{
border-color: #003853;
}
</style>