Shades of Prussian Blue #054266
Tints of Prussian Blue #054266
RGB
CMYK
RGB Variations
Color information
#054266 (or 0x054266) is known color: Prussian Blue. HEX triplet: 05, 42 and 66. RGB value is (5,66,102). Sum of RGB (Red+Green+Blue) = 5+66+102=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #054266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054266 is #FABD99. Grayscale: #333333. Windows color (decimal): -16432538 or 6701573. OLE color: 6701573.
HSL color Cylindrical-coordinate representation of color #054266: hue angle of 202.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054266 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 66 | 102 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.6 |
| HSL | 202.27º | 0.91% | 0.21% | - |
| HSV(B) | 202.27º | 0.95% | 0.4% | - |
| XYZ | 4.41 | 4.89 | 13.28 | - |
| YUV | 51.87 | 156.29 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 102 | 0.95 | 0.35 | 0 | 0.6 | 202.27 | 0.91 | 0.21 |
| Hex | 5 | 42 | 66 | 5F | 23 | 0 | 3C | CA | 5B | 15 |
| Octal | 5 | 102 | 146 | 137 | 43 | 0 | 74 | 312 | 133 | 25 |
| Binary | 101 | 1000010 | 1100110 | 1011111 | 100011 | 0 | 111100 | 11001010 | 1011011 | 10101 |
Color Harmonies of #054266
Complementary color
Monochromatic Colors of #054266
Black with #054266
Text Example
Text Example
White with #054266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054266; }
p { color: rgb(5,66,102); }
H1.HeaderClassName
{
color: #054266;
}
.AnyTagClassName
{
color: #054266;
}
</style>
background-color css
<style>
a { background-color: #054266; }
a { background-color: rgb(5,66,102); }
div.DivClassName
{
background-color: #054266;
}
.BgClassName
{
background-color: #054266;
}
</style>
border-color css
<style>
span { border-color: #054266; }
span { border-color: rgb(5,66,102); }
td.TdClassName
{
border-color: #054266;
}
.TagClassName
{
border-color: #054266;
}
</style>