Shades of Prussian Blue #043B5A
Tints of Prussian Blue #043B5A
RGB
CMYK
RGB Variations
Color information
#043B5A (or 0x043B5A) is known color: Prussian Blue. HEX triplet: 04, 3B and 5A. RGB value is (4,59,90). Sum of RGB (Red+Green+Blue) = 4+59+90=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #043B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043B5A is #FBC4A5. Grayscale: #2D2D2D. Windows color (decimal): -16499878 or 5913348. OLE color: 5913348.
HSL color Cylindrical-coordinate representation of color #043B5A: hue angle of 201.63º 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 #043B5A is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 59 | 90 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.65 |
| HSL | 201.63º | 0.91% | 0.18% | - |
| HSV(B) | 201.63º | 0.96% | 0.35% | - |
| XYZ | 3.46 | 3.89 | 10.24 | - |
| YUV | 46.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 90 | 0.96 | 0.34 | 0 | 0.65 | 201.63 | 0.91 | 0.18 |
| Hex | 4 | 3B | 5A | 60 | 22 | 0 | 41 | CA | 5B | 12 |
| Octal | 4 | 73 | 132 | 140 | 42 | 0 | 101 | 312 | 133 | 22 |
| Binary | 100 | 111011 | 1011010 | 1100000 | 100010 | 0 | 1000001 | 11001010 | 1011011 | 10010 |
Color Harmonies of #043B5A
Complementary color
Monochromatic Colors of #043B5A
Black with #043B5A
Text Example
Text Example
White with #043B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043B5A; }
p { color: rgb(4,59,90); }
H1.HeaderClassName
{
color: #043B5A;
}
.AnyTagClassName
{
color: #043B5A;
}
</style>
background-color css
<style>
a { background-color: #043B5A; }
a { background-color: rgb(4,59,90); }
div.DivClassName
{
background-color: #043B5A;
}
.BgClassName
{
background-color: #043B5A;
}
</style>
border-color css
<style>
span { border-color: #043B5A; }
span { border-color: rgb(4,59,90); }
td.TdClassName
{
border-color: #043B5A;
}
.TagClassName
{
border-color: #043B5A;
}
</style>