Shades of Prussian Blue #063F5F
Tints of Prussian Blue #063F5F
RGB
CMYK
RGB Variations
Color information
#063F5F (or 0x063F5F) is known color: Prussian Blue. HEX triplet: 06, 3F and 5F. RGB value is (6,63,95). Sum of RGB (Red+Green+Blue) = 6+63+95=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #063F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F5F is #F9C0A0. Grayscale: #313131. Windows color (decimal): -16367777 or 6242054. OLE color: 6242054.
HSL color Cylindrical-coordinate representation of color #063F5F: hue angle of 201.57º 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 #063F5F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 63 | 95 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.63 |
| HSL | 201.57º | 0.88% | 0.2% | - |
| HSV(B) | 201.57º | 0.94% | 0.37% | - |
| XYZ | 3.92 | 4.42 | 11.47 | - |
| YUV | 49.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 95 | 0.94 | 0.34 | 0 | 0.63 | 201.57 | 0.88 | 0.2 |
| Hex | 6 | 3F | 5F | 5E | 22 | 0 | 3F | CA | 58 | 14 |
| Octal | 6 | 77 | 137 | 136 | 42 | 0 | 77 | 312 | 130 | 24 |
| Binary | 110 | 111111 | 1011111 | 1011110 | 100010 | 0 | 111111 | 11001010 | 1011000 | 10100 |
Color Harmonies of #063F5F
Complementary color
Monochromatic Colors of #063F5F
Black with #063F5F
Text Example
Text Example
White with #063F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F5F; }
p { color: rgb(6,63,95); }
H1.HeaderClassName
{
color: #063F5F;
}
.AnyTagClassName
{
color: #063F5F;
}
</style>
background-color css
<style>
a { background-color: #063F5F; }
a { background-color: rgb(6,63,95); }
div.DivClassName
{
background-color: #063F5F;
}
.BgClassName
{
background-color: #063F5F;
}
</style>
border-color css
<style>
span { border-color: #063F5F; }
span { border-color: rgb(6,63,95); }
td.TdClassName
{
border-color: #063F5F;
}
.TagClassName
{
border-color: #063F5F;
}
</style>