Shades of Prussian Blue #063575
Tints of Prussian Blue #063575
RGB
CMYK
RGB Variations
Color information
#063575 (or 0x063575) is known color: Prussian Blue. HEX triplet: 06, 35 and 75. RGB value is (6,53,117). Sum of RGB (Red+Green+Blue) = 6+53+117=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #063575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063575 is #F9CA8A. Grayscale: #2D2D2D. Windows color (decimal): -16370315 or 7681286. OLE color: 7681286.
HSL color Cylindrical-coordinate representation of color #063575: hue angle of 214.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063575 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 53 | 117 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.54 |
| HSL | 214.59º | 0.9% | 0.24% | - |
| HSV(B) | 214.59º | 0.95% | 0.46% | - |
| XYZ | 4.56 | 3.87 | 17.34 | - |
| YUV | 46.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 117 | 0.95 | 0.55 | 0 | 0.54 | 214.59 | 0.9 | 0.24 |
| Hex | 6 | 35 | 75 | 5F | 37 | 0 | 36 | D7 | 5A | 18 |
| Octal | 6 | 65 | 165 | 137 | 67 | 0 | 66 | 327 | 132 | 30 |
| Binary | 110 | 110101 | 1110101 | 1011111 | 110111 | 0 | 110110 | 11010111 | 1011010 | 11000 |
Color Harmonies of #063575
Complementary color
Monochromatic Colors of #063575
Black with #063575
Text Example
Text Example
White with #063575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063575; }
p { color: rgb(6,53,117); }
H1.HeaderClassName
{
color: #063575;
}
.AnyTagClassName
{
color: #063575;
}
</style>
background-color css
<style>
a { background-color: #063575; }
a { background-color: rgb(6,53,117); }
div.DivClassName
{
background-color: #063575;
}
.BgClassName
{
background-color: #063575;
}
</style>
border-color css
<style>
span { border-color: #063575; }
span { border-color: rgb(6,53,117); }
td.TdClassName
{
border-color: #063575;
}
.TagClassName
{
border-color: #063575;
}
</style>