Shades of Prussian Blue #043B63
Tints of Prussian Blue #043B63
RGB
CMYK
RGB Variations
Color information
#043B63 (or 0x043B63) is known color: Prussian Blue. HEX triplet: 04, 3B and 63. RGB value is (4,59,99). Sum of RGB (Red+Green+Blue) = 4+59+99=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #043B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B63 is #FBC49C. Grayscale: #2E2E2E. Windows color (decimal): -16499869 or 6503172. OLE color: 6503172.
HSL color Cylindrical-coordinate representation of color #043B63: hue angle of 205.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043B63 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 59 | 99 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.61 |
| HSL | 205.26º | 0.92% | 0.2% | - |
| HSV(B) | 205.26º | 0.96% | 0.39% | - |
| XYZ | 3.87 | 4.05 | 12.38 | - |
| YUV | 47.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 99 | 0.96 | 0.40 | 0 | 0.61 | 205.26 | 0.92 | 0.2 |
| Hex | 4 | 3B | 63 | 60 | 28 | 0 | 3D | CD | 5C | 14 |
| Octal | 4 | 73 | 143 | 140 | 50 | 0 | 75 | 315 | 134 | 24 |
| Binary | 100 | 111011 | 1100011 | 1100000 | 101000 | 0 | 111101 | 11001101 | 1011100 | 10100 |
Color Harmonies of #043B63
Complementary color
Monochromatic Colors of #043B63
Black with #043B63
Text Example
Text Example
White with #043B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B63; }
p { color: rgb(4,59,99); }
H1.HeaderClassName
{
color: #043B63;
}
.AnyTagClassName
{
color: #043B63;
}
</style>
background-color css
<style>
a { background-color: #043B63; }
a { background-color: rgb(4,59,99); }
div.DivClassName
{
background-color: #043B63;
}
.BgClassName
{
background-color: #043B63;
}
</style>
border-color css
<style>
span { border-color: #043B63; }
span { border-color: rgb(4,59,99); }
td.TdClassName
{
border-color: #043B63;
}
.TagClassName
{
border-color: #043B63;
}
</style>