Shades of Prussian Blue #063C5F
Tints of Prussian Blue #063C5F
RGB
CMYK
RGB Variations
Color information
#063C5F (or 0x063C5F) is known color: Prussian Blue. HEX triplet: 06, 3C and 5F. RGB value is (6,60,95). Sum of RGB (Red+Green+Blue) = 6+60+95=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #063C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C5F is #F9C3A0. Grayscale: #2F2F2F. Windows color (decimal): -16368545 or 6241286. OLE color: 6241286.
HSL color Cylindrical-coordinate representation of color #063C5F: hue angle of 203.6º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063C5F is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 60 | 95 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.63 |
| HSL | 203.6º | 0.88% | 0.2% | - |
| HSV(B) | 203.6º | 0.94% | 0.37% | - |
| XYZ | 3.76 | 4.1 | 11.42 | - |
| YUV | 47.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 95 | 0.94 | 0.37 | 0 | 0.63 | 203.6 | 0.88 | 0.2 |
| Hex | 6 | 3C | 5F | 5E | 25 | 0 | 3F | CC | 58 | 14 |
| Octal | 6 | 74 | 137 | 136 | 45 | 0 | 77 | 314 | 130 | 24 |
| Binary | 110 | 111100 | 1011111 | 1011110 | 100101 | 0 | 111111 | 11001100 | 1011000 | 10100 |
Color Harmonies of #063C5F
Complementary color
Monochromatic Colors of #063C5F
Black with #063C5F
Text Example
Text Example
White with #063C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C5F; }
p { color: rgb(6,60,95); }
H1.HeaderClassName
{
color: #063C5F;
}
.AnyTagClassName
{
color: #063C5F;
}
</style>
background-color css
<style>
a { background-color: #063C5F; }
a { background-color: rgb(6,60,95); }
div.DivClassName
{
background-color: #063C5F;
}
.BgClassName
{
background-color: #063C5F;
}
</style>
border-color css
<style>
span { border-color: #063C5F; }
span { border-color: rgb(6,60,95); }
td.TdClassName
{
border-color: #063C5F;
}
.TagClassName
{
border-color: #063C5F;
}
</style>