Shades of Prussian Blue #05355C
Tints of Prussian Blue #05355C
RGB
CMYK
RGB Variations
Color information
#05355C (or 0x05355C) is known color: Prussian Blue. HEX triplet: 05, 35 and 5C. RGB value is (5,53,92). Sum of RGB (Red+Green+Blue) = 5+53+92=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #05355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05355C is #FACAA3. Grayscale: #2A2A2A. Windows color (decimal): -16435876 or 6042885. OLE color: 6042885.
HSL color Cylindrical-coordinate representation of color #05355C: hue angle of 206.9º 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 #05355C is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 53 | 92 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.64 |
| HSL | 206.9º | 0.9% | 0.19% | - |
| HSV(B) | 206.9º | 0.95% | 0.36% | - |
| XYZ | 3.27 | 3.35 | 10.6 | - |
| YUV | 43.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 92 | 0.95 | 0.42 | 0 | 0.64 | 206.9 | 0.9 | 0.19 |
| Hex | 5 | 35 | 5C | 5F | 2A | 0 | 40 | CF | 5A | 13 |
| Octal | 5 | 65 | 134 | 137 | 52 | 0 | 100 | 317 | 132 | 23 |
| Binary | 101 | 110101 | 1011100 | 1011111 | 101010 | 0 | 1000000 | 11001111 | 1011010 | 10011 |
Color Harmonies of #05355C
Complementary color
Monochromatic Colors of #05355C
Black with #05355C
Text Example
Text Example
White with #05355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05355C; }
p { color: rgb(5,53,92); }
H1.HeaderClassName
{
color: #05355C;
}
.AnyTagClassName
{
color: #05355C;
}
</style>
background-color css
<style>
a { background-color: #05355C; }
a { background-color: rgb(5,53,92); }
div.DivClassName
{
background-color: #05355C;
}
.BgClassName
{
background-color: #05355C;
}
</style>
border-color css
<style>
span { border-color: #05355C; }
span { border-color: rgb(5,53,92); }
td.TdClassName
{
border-color: #05355C;
}
.TagClassName
{
border-color: #05355C;
}
</style>