Shades of Prussian Blue #063C5C
Tints of Prussian Blue #063C5C
RGB
CMYK
RGB Variations
Color information
#063C5C (or 0x063C5C) is known color: Prussian Blue. HEX triplet: 06, 3C and 5C. RGB value is (6,60,92). Sum of RGB (Red+Green+Blue) = 6+60+92=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #063C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C5C is #F9C3A3. Grayscale: #2F2F2F. Windows color (decimal): -16368548 or 6044678. OLE color: 6044678.
HSL color Cylindrical-coordinate representation of color #063C5C: hue angle of 202.33º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063C5C is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 60 | 92 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.64 |
| HSL | 202.33º | 0.88% | 0.19% | - |
| HSV(B) | 202.33º | 0.93% | 0.36% | - |
| XYZ | 3.62 | 4.04 | 10.71 | - |
| YUV | 47.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 92 | 0.93 | 0.35 | 0 | 0.64 | 202.33 | 0.88 | 0.19 |
| Hex | 6 | 3C | 5C | 5D | 23 | 0 | 40 | CA | 58 | 13 |
| Octal | 6 | 74 | 134 | 135 | 43 | 0 | 100 | 312 | 130 | 23 |
| Binary | 110 | 111100 | 1011100 | 1011101 | 100011 | 0 | 1000000 | 11001010 | 1011000 | 10011 |
Color Harmonies of #063C5C
Complementary color
Monochromatic Colors of #063C5C
Black with #063C5C
Text Example
Text Example
White with #063C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C5C; }
p { color: rgb(6,60,92); }
H1.HeaderClassName
{
color: #063C5C;
}
.AnyTagClassName
{
color: #063C5C;
}
</style>
background-color css
<style>
a { background-color: #063C5C; }
a { background-color: rgb(6,60,92); }
div.DivClassName
{
background-color: #063C5C;
}
.BgClassName
{
background-color: #063C5C;
}
</style>
border-color css
<style>
span { border-color: #063C5C; }
span { border-color: rgb(6,60,92); }
td.TdClassName
{
border-color: #063C5C;
}
.TagClassName
{
border-color: #063C5C;
}
</style>