Shades of Prussian Blue #063769
Tints of Prussian Blue #063769
RGB
CMYK
RGB Variations
Color information
#063769 (or 0x063769) is known color: Prussian Blue. HEX triplet: 06, 37 and 69. RGB value is (6,55,105). Sum of RGB (Red+Green+Blue) = 6+55+105=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #063769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063769 is #F9C896. Grayscale: #2D2D2D. Windows color (decimal): -16369815 or 6895366. OLE color: 6895366.
HSL color Cylindrical-coordinate representation of color #063769: hue angle of 210.3º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063769 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 55 | 105 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.59 |
| HSL | 210.3º | 0.89% | 0.22% | - |
| HSV(B) | 210.3º | 0.94% | 0.41% | - |
| XYZ | 3.99 | 3.79 | 13.89 | - |
| YUV | 46.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 105 | 0.94 | 0.48 | 0 | 0.59 | 210.3 | 0.89 | 0.22 |
| Hex | 6 | 37 | 69 | 5E | 30 | 0 | 3B | D2 | 59 | 16 |
| Octal | 6 | 67 | 151 | 136 | 60 | 0 | 73 | 322 | 131 | 26 |
| Binary | 110 | 110111 | 1101001 | 1011110 | 110000 | 0 | 111011 | 11010010 | 1011001 | 10110 |
Color Harmonies of #063769
Complementary color
Monochromatic Colors of #063769
Black with #063769
Text Example
Text Example
White with #063769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063769; }
p { color: rgb(6,55,105); }
H1.HeaderClassName
{
color: #063769;
}
.AnyTagClassName
{
color: #063769;
}
</style>
background-color css
<style>
a { background-color: #063769; }
a { background-color: rgb(6,55,105); }
div.DivClassName
{
background-color: #063769;
}
.BgClassName
{
background-color: #063769;
}
</style>
border-color css
<style>
span { border-color: #063769; }
span { border-color: rgb(6,55,105); }
td.TdClassName
{
border-color: #063769;
}
.TagClassName
{
border-color: #063769;
}
</style>