Shades of Prussian Blue #063873
Tints of Prussian Blue #063873
RGB
CMYK
RGB Variations
Color information
#063873 (or 0x063873) is known color: Prussian Blue. HEX triplet: 06, 38 and 73. RGB value is (6,56,115). Sum of RGB (Red+Green+Blue) = 6+56+115=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #063873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063873 is #F9C78C. Grayscale: #2F2F2F. Windows color (decimal): -16369549 or 7550982. OLE color: 7550982.
HSL color Cylindrical-coordinate representation of color #063873: hue angle of 212.48º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063873 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 56 | 115 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.55 |
| HSL | 212.48º | 0.9% | 0.24% | - |
| HSV(B) | 212.48º | 0.95% | 0.45% | - |
| XYZ | 4.58 | 4.1 | 16.77 | - |
| YUV | 47.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 115 | 0.95 | 0.51 | 0 | 0.55 | 212.48 | 0.9 | 0.24 |
| Hex | 6 | 38 | 73 | 5F | 33 | 0 | 37 | D4 | 5A | 18 |
| Octal | 6 | 70 | 163 | 137 | 63 | 0 | 67 | 324 | 132 | 30 |
| Binary | 110 | 111000 | 1110011 | 1011111 | 110011 | 0 | 110111 | 11010100 | 1011010 | 11000 |
Color Harmonies of #063873
Complementary color
Monochromatic Colors of #063873
Black with #063873
Text Example
Text Example
White with #063873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063873; }
p { color: rgb(6,56,115); }
H1.HeaderClassName
{
color: #063873;
}
.AnyTagClassName
{
color: #063873;
}
</style>
background-color css
<style>
a { background-color: #063873; }
a { background-color: rgb(6,56,115); }
div.DivClassName
{
background-color: #063873;
}
.BgClassName
{
background-color: #063873;
}
</style>
border-color css
<style>
span { border-color: #063873; }
span { border-color: rgb(6,56,115); }
td.TdClassName
{
border-color: #063873;
}
.TagClassName
{
border-color: #063873;
}
</style>