Shades of Prussian Blue #043B68
Tints of Prussian Blue #043B68
RGB
CMYK
RGB Variations
Color information
#043B68 (or 0x043B68) is known color: Prussian Blue. HEX triplet: 04, 3B and 68. RGB value is (4,59,104). Sum of RGB (Red+Green+Blue) = 4+59+104=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #043B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B68 is #FBC497. Grayscale: #2F2F2F. Windows color (decimal): -16499864 or 6830852. OLE color: 6830852.
HSL color Cylindrical-coordinate representation of color #043B68: hue angle of 207º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043B68 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 59 | 104 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.59 |
| HSL | 207º | 0.93% | 0.21% | - |
| HSV(B) | 207º | 0.96% | 0.41% | - |
| XYZ | 4.11 | 4.15 | 13.68 | - |
| YUV | 47.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 104 | 0.96 | 0.43 | 0 | 0.59 | 207 | 0.93 | 0.21 |
| Hex | 4 | 3B | 68 | 60 | 2B | 0 | 3B | CF | 5D | 15 |
| Octal | 4 | 73 | 150 | 140 | 53 | 0 | 73 | 317 | 135 | 25 |
| Binary | 100 | 111011 | 1101000 | 1100000 | 101011 | 0 | 111011 | 11001111 | 1011101 | 10101 |
Color Harmonies of #043B68
Complementary color
Monochromatic Colors of #043B68
Black with #043B68
Text Example
Text Example
White with #043B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B68; }
p { color: rgb(4,59,104); }
H1.HeaderClassName
{
color: #043B68;
}
.AnyTagClassName
{
color: #043B68;
}
</style>
background-color css
<style>
a { background-color: #043B68; }
a { background-color: rgb(4,59,104); }
div.DivClassName
{
background-color: #043B68;
}
.BgClassName
{
background-color: #043B68;
}
</style>
border-color css
<style>
span { border-color: #043B68; }
span { border-color: rgb(4,59,104); }
td.TdClassName
{
border-color: #043B68;
}
.TagClassName
{
border-color: #043B68;
}
</style>