Shades of Prussian Blue #06366F
Tints of Prussian Blue #06366F
RGB
CMYK
RGB Variations
Color information
#06366F (or 0x06366F) is known color: Prussian Blue. HEX triplet: 06, 36 and 6F. RGB value is (6,54,111). Sum of RGB (Red+Green+Blue) = 6+54+111=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #06366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06366F is #F9C990. Grayscale: #2D2D2D. Windows color (decimal): -16370065 or 7288326. OLE color: 7288326.
HSL color Cylindrical-coordinate representation of color #06366F: hue angle of 212.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06366F is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 54 | 111 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.56 |
| HSL | 212.57º | 0.9% | 0.23% | - |
| HSV(B) | 212.57º | 0.95% | 0.44% | - |
| XYZ | 4.26 | 3.82 | 15.55 | - |
| YUV | 46.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 111 | 0.95 | 0.51 | 0 | 0.56 | 212.57 | 0.9 | 0.23 |
| Hex | 6 | 36 | 6F | 5F | 33 | 0 | 38 | D5 | 5A | 17 |
| Octal | 6 | 66 | 157 | 137 | 63 | 0 | 70 | 325 | 132 | 27 |
| Binary | 110 | 110110 | 1101111 | 1011111 | 110011 | 0 | 111000 | 11010101 | 1011010 | 10111 |
Color Harmonies of #06366F
Complementary color
Monochromatic Colors of #06366F
Black with #06366F
Text Example
Text Example
White with #06366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06366F; }
p { color: rgb(6,54,111); }
H1.HeaderClassName
{
color: #06366F;
}
.AnyTagClassName
{
color: #06366F;
}
</style>
background-color css
<style>
a { background-color: #06366F; }
a { background-color: rgb(6,54,111); }
div.DivClassName
{
background-color: #06366F;
}
.BgClassName
{
background-color: #06366F;
}
</style>
border-color css
<style>
span { border-color: #06366F; }
span { border-color: rgb(6,54,111); }
td.TdClassName
{
border-color: #06366F;
}
.TagClassName
{
border-color: #06366F;
}
</style>