Shades of Prussian Blue #063872
Tints of Prussian Blue #063872
RGB
CMYK
RGB Variations
Color information
#063872 (or 0x063872) is known color: Prussian Blue. HEX triplet: 06, 38 and 72. RGB value is (6,56,114). Sum of RGB (Red+Green+Blue) = 6+56+114=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #063872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063872 is #F9C78D. Grayscale: #2F2F2F. Windows color (decimal): -16369550 or 7485446. OLE color: 7485446.
HSL color Cylindrical-coordinate representation of color #063872: hue angle of 212.22º 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 #063872 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 56 | 114 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.55 |
| HSL | 212.22º | 0.9% | 0.24% | - |
| HSV(B) | 212.22º | 0.95% | 0.45% | - |
| XYZ | 4.53 | 4.08 | 16.47 | - |
| YUV | 47.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 114 | 0.95 | 0.51 | 0 | 0.55 | 212.22 | 0.9 | 0.24 |
| Hex | 6 | 38 | 72 | 5F | 33 | 0 | 37 | D4 | 5A | 18 |
| Octal | 6 | 70 | 162 | 137 | 63 | 0 | 67 | 324 | 132 | 30 |
| Binary | 110 | 111000 | 1110010 | 1011111 | 110011 | 0 | 110111 | 11010100 | 1011010 | 11000 |
Color Harmonies of #063872
Complementary color
Monochromatic Colors of #063872
Black with #063872
Text Example
Text Example
White with #063872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063872; }
p { color: rgb(6,56,114); }
H1.HeaderClassName
{
color: #063872;
}
.AnyTagClassName
{
color: #063872;
}
</style>
background-color css
<style>
a { background-color: #063872; }
a { background-color: rgb(6,56,114); }
div.DivClassName
{
background-color: #063872;
}
.BgClassName
{
background-color: #063872;
}
</style>
border-color css
<style>
span { border-color: #063872; }
span { border-color: rgb(6,56,114); }
td.TdClassName
{
border-color: #063872;
}
.TagClassName
{
border-color: #063872;
}
</style>