Shades of Prussian Blue #05336C
Tints of Prussian Blue #05336C
RGB
CMYK
RGB Variations
Color information
#05336C (or 0x05336C) is known color: Prussian Blue. HEX triplet: 05, 33 and 6C. RGB value is (5,51,108). Sum of RGB (Red+Green+Blue) = 5+51+108=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #05336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05336C is #FACC93. Grayscale: #2B2B2B. Windows color (decimal): -16436372 or 7090949. OLE color: 7090949.
HSL color Cylindrical-coordinate representation of color #05336C: hue angle of 213.2º 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 #05336C is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 51 | 108 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.58 |
| HSL | 213.2º | 0.91% | 0.22% | - |
| HSV(B) | 213.2º | 0.95% | 0.42% | - |
| XYZ | 3.95 | 3.48 | 14.65 | - |
| YUV | 43.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 108 | 0.95 | 0.53 | 0 | 0.58 | 213.2 | 0.91 | 0.22 |
| Hex | 5 | 33 | 6C | 5F | 35 | 0 | 3A | D5 | 5B | 16 |
| Octal | 5 | 63 | 154 | 137 | 65 | 0 | 72 | 325 | 133 | 26 |
| Binary | 101 | 110011 | 1101100 | 1011111 | 110101 | 0 | 111010 | 11010101 | 1011011 | 10110 |
Color Harmonies of #05336C
Complementary color
Monochromatic Colors of #05336C
Black with #05336C
Text Example
Text Example
White with #05336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05336C; }
p { color: rgb(5,51,108); }
H1.HeaderClassName
{
color: #05336C;
}
.AnyTagClassName
{
color: #05336C;
}
</style>
background-color css
<style>
a { background-color: #05336C; }
a { background-color: rgb(5,51,108); }
div.DivClassName
{
background-color: #05336C;
}
.BgClassName
{
background-color: #05336C;
}
</style>
border-color css
<style>
span { border-color: #05336C; }
span { border-color: rgb(5,51,108); }
td.TdClassName
{
border-color: #05336C;
}
.TagClassName
{
border-color: #05336C;
}
</style>