Shades of Prussian Blue #063B5D
Tints of Prussian Blue #063B5D
RGB
CMYK
RGB Variations
Color information
#063B5D (or 0x063B5D) is known color: Prussian Blue. HEX triplet: 06, 3B and 5D. RGB value is (6,59,93). Sum of RGB (Red+Green+Blue) = 6+59+93=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #063B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B5D is #F9C4A2. Grayscale: #2E2E2E. Windows color (decimal): -16368803 or 6109958. OLE color: 6109958.
HSL color Cylindrical-coordinate representation of color #063B5D: hue angle of 203.45º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063B5D is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 59 | 93 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.64 |
| HSL | 203.45º | 0.88% | 0.19% | - |
| HSV(B) | 203.45º | 0.94% | 0.36% | - |
| XYZ | 3.61 | 3.96 | 10.93 | - |
| YUV | 47.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 93 | 0.94 | 0.37 | 0 | 0.64 | 203.45 | 0.88 | 0.19 |
| Hex | 6 | 3B | 5D | 5E | 25 | 0 | 40 | CB | 58 | 13 |
| Octal | 6 | 73 | 135 | 136 | 45 | 0 | 100 | 313 | 130 | 23 |
| Binary | 110 | 111011 | 1011101 | 1011110 | 100101 | 0 | 1000000 | 11001011 | 1011000 | 10011 |
Color Harmonies of #063B5D
Complementary color
Monochromatic Colors of #063B5D
Black with #063B5D
Text Example
Text Example
White with #063B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B5D; }
p { color: rgb(6,59,93); }
H1.HeaderClassName
{
color: #063B5D;
}
.AnyTagClassName
{
color: #063B5D;
}
</style>
background-color css
<style>
a { background-color: #063B5D; }
a { background-color: rgb(6,59,93); }
div.DivClassName
{
background-color: #063B5D;
}
.BgClassName
{
background-color: #063B5D;
}
</style>
border-color css
<style>
span { border-color: #063B5D; }
span { border-color: rgb(6,59,93); }
td.TdClassName
{
border-color: #063B5D;
}
.TagClassName
{
border-color: #063B5D;
}
</style>