Shades of Prussian Blue #063774
Tints of Prussian Blue #063774
RGB
CMYK
RGB Variations
Color information
#063774 (or 0x063774) is known color: Prussian Blue. HEX triplet: 06, 37 and 74. RGB value is (6,55,116). Sum of RGB (Red+Green+Blue) = 6+55+116=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #063774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063774 is #F9C88B. Grayscale: #2F2F2F. Windows color (decimal): -16369804 or 7616262. OLE color: 7616262.
HSL color Cylindrical-coordinate representation of color #063774: hue angle of 213.27º 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 #063774 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 55 | 116 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.55 |
| HSL | 213.27º | 0.9% | 0.24% | - |
| HSV(B) | 213.27º | 0.95% | 0.45% | - |
| XYZ | 4.59 | 4.03 | 17.06 | - |
| YUV | 47.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 116 | 0.95 | 0.53 | 0 | 0.55 | 213.27 | 0.9 | 0.24 |
| Hex | 6 | 37 | 74 | 5F | 35 | 0 | 37 | D5 | 5A | 18 |
| Octal | 6 | 67 | 164 | 137 | 65 | 0 | 67 | 325 | 132 | 30 |
| Binary | 110 | 110111 | 1110100 | 1011111 | 110101 | 0 | 110111 | 11010101 | 1011010 | 11000 |
Color Harmonies of #063774
Complementary color
Monochromatic Colors of #063774
Black with #063774
Text Example
Text Example
White with #063774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063774; }
p { color: rgb(6,55,116); }
H1.HeaderClassName
{
color: #063774;
}
.AnyTagClassName
{
color: #063774;
}
</style>
background-color css
<style>
a { background-color: #063774; }
a { background-color: rgb(6,55,116); }
div.DivClassName
{
background-color: #063774;
}
.BgClassName
{
background-color: #063774;
}
</style>
border-color css
<style>
span { border-color: #063774; }
span { border-color: rgb(6,55,116); }
td.TdClassName
{
border-color: #063774;
}
.TagClassName
{
border-color: #063774;
}
</style>