Shades of Prussian Blue #043E5A
Tints of Prussian Blue #043E5A
RGB
CMYK
RGB Variations
Color information
#043E5A (or 0x043E5A) is known color: Prussian Blue. HEX triplet: 04, 3E and 5A. RGB value is (4,62,90). Sum of RGB (Red+Green+Blue) = 4+62+90=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #043E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E5A is #FBC1A5. Grayscale: #2F2F2F. Windows color (decimal): -16499110 or 5914116. OLE color: 5914116.
HSL color Cylindrical-coordinate representation of color #043E5A: hue angle of 199.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043E5A is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 62 | 90 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.65 |
| HSL | 199.53º | 0.91% | 0.18% | - |
| HSV(B) | 199.53º | 0.96% | 0.35% | - |
| XYZ | 3.62 | 4.21 | 10.29 | - |
| YUV | 47.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 90 | 0.96 | 0.31 | 0 | 0.65 | 199.53 | 0.91 | 0.18 |
| Hex | 4 | 3E | 5A | 60 | 1F | 0 | 41 | C8 | 5B | 12 |
| Octal | 4 | 76 | 132 | 140 | 37 | 0 | 101 | 310 | 133 | 22 |
| Binary | 100 | 111110 | 1011010 | 1100000 | 11111 | 0 | 1000001 | 11001000 | 1011011 | 10010 |
Color Harmonies of #043E5A
Complementary color
Monochromatic Colors of #043E5A
Black with #043E5A
Text Example
Text Example
White with #043E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E5A; }
p { color: rgb(4,62,90); }
H1.HeaderClassName
{
color: #043E5A;
}
.AnyTagClassName
{
color: #043E5A;
}
</style>
background-color css
<style>
a { background-color: #043E5A; }
a { background-color: rgb(4,62,90); }
div.DivClassName
{
background-color: #043E5A;
}
.BgClassName
{
background-color: #043E5A;
}
</style>
border-color css
<style>
span { border-color: #043E5A; }
span { border-color: rgb(4,62,90); }
td.TdClassName
{
border-color: #043E5A;
}
.TagClassName
{
border-color: #043E5A;
}
</style>