Shades of Prussian Blue #05365C
Tints of Prussian Blue #05365C
RGB
CMYK
RGB Variations
Color information
#05365C (or 0x05365C) is known color: Prussian Blue. HEX triplet: 05, 36 and 5C. RGB value is (5,54,92). Sum of RGB (Red+Green+Blue) = 5+54+92=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #05365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05365C is #FAC9A3. Grayscale: #2B2B2B. Windows color (decimal): -16435620 or 6043141. OLE color: 6043141.
HSL color Cylindrical-coordinate representation of color #05365C: hue angle of 206.21º 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 #05365C is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 54 | 92 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.64 |
| HSL | 206.21º | 0.9% | 0.19% | - |
| HSV(B) | 206.21º | 0.95% | 0.36% | - |
| XYZ | 3.31 | 3.44 | 10.62 | - |
| YUV | 43.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 92 | 0.95 | 0.41 | 0 | 0.64 | 206.21 | 0.9 | 0.19 |
| Hex | 5 | 36 | 5C | 5F | 29 | 0 | 40 | CE | 5A | 13 |
| Octal | 5 | 66 | 134 | 137 | 51 | 0 | 100 | 316 | 132 | 23 |
| Binary | 101 | 110110 | 1011100 | 1011111 | 101001 | 0 | 1000000 | 11001110 | 1011010 | 10011 |
Color Harmonies of #05365C
Complementary color
Monochromatic Colors of #05365C
Black with #05365C
Text Example
Text Example
White with #05365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05365C; }
p { color: rgb(5,54,92); }
H1.HeaderClassName
{
color: #05365C;
}
.AnyTagClassName
{
color: #05365C;
}
</style>
background-color css
<style>
a { background-color: #05365C; }
a { background-color: rgb(5,54,92); }
div.DivClassName
{
background-color: #05365C;
}
.BgClassName
{
background-color: #05365C;
}
</style>
border-color css
<style>
span { border-color: #05365C; }
span { border-color: rgb(5,54,92); }
td.TdClassName
{
border-color: #05365C;
}
.TagClassName
{
border-color: #05365C;
}
</style>