Shades of Prussian Blue #05435D
Tints of Prussian Blue #05435D
RGB
CMYK
RGB Variations
Color information
#05435D (or 0x05435D) is known color: Prussian Blue. HEX triplet: 05, 43 and 5D. RGB value is (5,67,93). Sum of RGB (Red+Green+Blue) = 5+67+93=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #05435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05435D is #FABCA2. Grayscale: #333333. Windows color (decimal): -16432291 or 6112005. OLE color: 6112005.
HSL color Cylindrical-coordinate representation of color #05435D: hue angle of 197.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05435D is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 67 | 93 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.64 |
| HSL | 197.73º | 0.9% | 0.19% | - |
| HSV(B) | 197.73º | 0.95% | 0.36% | - |
| XYZ | 4.05 | 4.84 | 11.08 | - |
| YUV | 51.43 | 151.46 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 93 | 0.95 | 0.28 | 0 | 0.64 | 197.73 | 0.9 | 0.19 |
| Hex | 5 | 43 | 5D | 5F | 1C | 0 | 40 | C6 | 5A | 13 |
| Octal | 5 | 103 | 135 | 137 | 34 | 0 | 100 | 306 | 132 | 23 |
| Binary | 101 | 1000011 | 1011101 | 1011111 | 11100 | 0 | 1000000 | 11000110 | 1011010 | 10011 |
Color Harmonies of #05435D
Complementary color
Monochromatic Colors of #05435D
Black with #05435D
Text Example
Text Example
White with #05435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05435D; }
p { color: rgb(5,67,93); }
H1.HeaderClassName
{
color: #05435D;
}
.AnyTagClassName
{
color: #05435D;
}
</style>
background-color css
<style>
a { background-color: #05435D; }
a { background-color: rgb(5,67,93); }
div.DivClassName
{
background-color: #05435D;
}
.BgClassName
{
background-color: #05435D;
}
</style>
border-color css
<style>
span { border-color: #05435D; }
span { border-color: rgb(5,67,93); }
td.TdClassName
{
border-color: #05435D;
}
.TagClassName
{
border-color: #05435D;
}
</style>