Shades of Prussian Blue #043665
Tints of Prussian Blue #043665
RGB
CMYK
RGB Variations
Color information
#043665 (or 0x043665) is known color: Prussian Blue. HEX triplet: 04, 36 and 65. RGB value is (4,54,101). Sum of RGB (Red+Green+Blue) = 4+54+101=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #043665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043665 is #FBC99A. Grayscale: #2C2C2C. Windows color (decimal): -16501147 or 6632964. OLE color: 6632964.
HSL color Cylindrical-coordinate representation of color #043665: hue angle of 209.07º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043665 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 54 | 101 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.60 |
| HSL | 209.07º | 0.92% | 0.21% | - |
| HSV(B) | 209.07º | 0.96% | 0.4% | - |
| XYZ | 3.72 | 3.6 | 12.81 | - |
| YUV | 44.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 101 | 0.96 | 0.47 | 0 | 0.60 | 209.07 | 0.92 | 0.21 |
| Hex | 4 | 36 | 65 | 60 | 2F | 0 | 3C | D1 | 5C | 15 |
| Octal | 4 | 66 | 145 | 140 | 57 | 0 | 74 | 321 | 134 | 25 |
| Binary | 100 | 110110 | 1100101 | 1100000 | 101111 | 0 | 111100 | 11010001 | 1011100 | 10101 |
Color Harmonies of #043665
Complementary color
Monochromatic Colors of #043665
Black with #043665
Text Example
Text Example
White with #043665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043665; }
p { color: rgb(4,54,101); }
H1.HeaderClassName
{
color: #043665;
}
.AnyTagClassName
{
color: #043665;
}
</style>
background-color css
<style>
a { background-color: #043665; }
a { background-color: rgb(4,54,101); }
div.DivClassName
{
background-color: #043665;
}
.BgClassName
{
background-color: #043665;
}
</style>
border-color css
<style>
span { border-color: #043665; }
span { border-color: rgb(4,54,101); }
td.TdClassName
{
border-color: #043665;
}
.TagClassName
{
border-color: #043665;
}
</style>