Shades of Prussian Blue #05426A
Tints of Prussian Blue #05426A
RGB
CMYK
RGB Variations
Color information
#05426A (or 0x05426A) is known color: Prussian Blue. HEX triplet: 05, 42 and 6A. RGB value is (5,66,106). Sum of RGB (Red+Green+Blue) = 5+66+106=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #05426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05426A is #FABD95. Grayscale: #343434. Windows color (decimal): -16432534 or 6963717. OLE color: 6963717.
HSL color Cylindrical-coordinate representation of color #05426A: hue angle of 203.76º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05426A is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 66 | 106 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.58 |
| HSL | 203.76º | 0.91% | 0.22% | - |
| HSV(B) | 203.76º | 0.95% | 0.42% | - |
| XYZ | 4.61 | 4.97 | 14.35 | - |
| YUV | 52.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 106 | 0.95 | 0.38 | 0 | 0.58 | 203.76 | 0.91 | 0.22 |
| Hex | 5 | 42 | 6A | 5F | 26 | 0 | 3A | CC | 5B | 16 |
| Octal | 5 | 102 | 152 | 137 | 46 | 0 | 72 | 314 | 133 | 26 |
| Binary | 101 | 1000010 | 1101010 | 1011111 | 100110 | 0 | 111010 | 11001100 | 1011011 | 10110 |
Color Harmonies of #05426A
Complementary color
Monochromatic Colors of #05426A
Black with #05426A
Text Example
Text Example
White with #05426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05426A; }
p { color: rgb(5,66,106); }
H1.HeaderClassName
{
color: #05426A;
}
.AnyTagClassName
{
color: #05426A;
}
</style>
background-color css
<style>
a { background-color: #05426A; }
a { background-color: rgb(5,66,106); }
div.DivClassName
{
background-color: #05426A;
}
.BgClassName
{
background-color: #05426A;
}
</style>
border-color css
<style>
span { border-color: #05426A; }
span { border-color: rgb(5,66,106); }
td.TdClassName
{
border-color: #05426A;
}
.TagClassName
{
border-color: #05426A;
}
</style>