Shades of Prussian Blue #063770
Tints of Prussian Blue #063770
RGB
CMYK
RGB Variations
Color information
#063770 (or 0x063770) is known color: Prussian Blue. HEX triplet: 06, 37 and 70. RGB value is (6,55,112). Sum of RGB (Red+Green+Blue) = 6+55+112=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #063770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063770 is #F9C88F. Grayscale: #2E2E2E. Windows color (decimal): -16369808 or 7354118. OLE color: 7354118.
HSL color Cylindrical-coordinate representation of color #063770: hue angle of 212.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063770 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 55 | 112 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.56 |
| HSL | 212.26º | 0.9% | 0.23% | - |
| HSV(B) | 212.26º | 0.95% | 0.44% | - |
| XYZ | 4.37 | 3.94 | 15.86 | - |
| YUV | 46.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 112 | 0.95 | 0.51 | 0 | 0.56 | 212.26 | 0.9 | 0.23 |
| Hex | 6 | 37 | 70 | 5F | 33 | 0 | 38 | D4 | 5A | 17 |
| Octal | 6 | 67 | 160 | 137 | 63 | 0 | 70 | 324 | 132 | 27 |
| Binary | 110 | 110111 | 1110000 | 1011111 | 110011 | 0 | 111000 | 11010100 | 1011010 | 10111 |
Color Harmonies of #063770
Complementary color
Monochromatic Colors of #063770
Black with #063770
Text Example
Text Example
White with #063770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063770; }
p { color: rgb(6,55,112); }
H1.HeaderClassName
{
color: #063770;
}
.AnyTagClassName
{
color: #063770;
}
</style>
background-color css
<style>
a { background-color: #063770; }
a { background-color: rgb(6,55,112); }
div.DivClassName
{
background-color: #063770;
}
.BgClassName
{
background-color: #063770;
}
</style>
border-color css
<style>
span { border-color: #063770; }
span { border-color: rgb(6,55,112); }
td.TdClassName
{
border-color: #063770;
}
.TagClassName
{
border-color: #063770;
}
</style>