Shades of Prussian Blue #063C5A
Tints of Prussian Blue #063C5A
RGB
CMYK
RGB Variations
Color information
#063C5A (or 0x063C5A) is known color: Prussian Blue. HEX triplet: 06, 3C and 5A. RGB value is (6,60,90). Sum of RGB (Red+Green+Blue) = 6+60+90=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #063C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C5A is #F9C3A5. Grayscale: #2F2F2F. Windows color (decimal): -16368550 or 5913606. OLE color: 5913606.
HSL color Cylindrical-coordinate representation of color #063C5A: hue angle of 201.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063C5A is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 60 | 90 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.65 |
| HSL | 201.43º | 0.88% | 0.19% | - |
| HSV(B) | 201.43º | 0.93% | 0.35% | - |
| XYZ | 3.54 | 4.01 | 10.26 | - |
| YUV | 47.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 90 | 0.93 | 0.33 | 0 | 0.65 | 201.43 | 0.88 | 0.19 |
| Hex | 6 | 3C | 5A | 5D | 21 | 0 | 41 | C9 | 58 | 13 |
| Octal | 6 | 74 | 132 | 135 | 41 | 0 | 101 | 311 | 130 | 23 |
| Binary | 110 | 111100 | 1011010 | 1011101 | 100001 | 0 | 1000001 | 11001001 | 1011000 | 10011 |
Color Harmonies of #063C5A
Complementary color
Monochromatic Colors of #063C5A
Black with #063C5A
Text Example
Text Example
White with #063C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C5A; }
p { color: rgb(6,60,90); }
H1.HeaderClassName
{
color: #063C5A;
}
.AnyTagClassName
{
color: #063C5A;
}
</style>
background-color css
<style>
a { background-color: #063C5A; }
a { background-color: rgb(6,60,90); }
div.DivClassName
{
background-color: #063C5A;
}
.BgClassName
{
background-color: #063C5A;
}
</style>
border-color css
<style>
span { border-color: #063C5A; }
span { border-color: rgb(6,60,90); }
td.TdClassName
{
border-color: #063C5A;
}
.TagClassName
{
border-color: #063C5A;
}
</style>