Shades of Prussian Blue #06365D
Tints of Prussian Blue #06365D
RGB
CMYK
RGB Variations
Color information
#06365D (or 0x06365D) is known color: Prussian Blue. HEX triplet: 06, 36 and 5D. RGB value is (6,54,93). Sum of RGB (Red+Green+Blue) = 6+54+93=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #06365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06365D is #F9C9A2. Grayscale: #2B2B2B. Windows color (decimal): -16370083 or 6108678. OLE color: 6108678.
HSL color Cylindrical-coordinate representation of color #06365D: hue angle of 206.9º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06365D is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 54 | 93 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.64 |
| HSL | 206.9º | 0.88% | 0.19% | - |
| HSV(B) | 206.9º | 0.94% | 0.36% | - |
| XYZ | 3.37 | 3.47 | 10.85 | - |
| YUV | 44.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 93 | 0.94 | 0.42 | 0 | 0.64 | 206.9 | 0.88 | 0.19 |
| Hex | 6 | 36 | 5D | 5E | 2A | 0 | 40 | CF | 58 | 13 |
| Octal | 6 | 66 | 135 | 136 | 52 | 0 | 100 | 317 | 130 | 23 |
| Binary | 110 | 110110 | 1011101 | 1011110 | 101010 | 0 | 1000000 | 11001111 | 1011000 | 10011 |
Color Harmonies of #06365D
Complementary color
Monochromatic Colors of #06365D
Black with #06365D
Text Example
Text Example
White with #06365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06365D; }
p { color: rgb(6,54,93); }
H1.HeaderClassName
{
color: #06365D;
}
.AnyTagClassName
{
color: #06365D;
}
</style>
background-color css
<style>
a { background-color: #06365D; }
a { background-color: rgb(6,54,93); }
div.DivClassName
{
background-color: #06365D;
}
.BgClassName
{
background-color: #06365D;
}
</style>
border-color css
<style>
span { border-color: #06365D; }
span { border-color: rgb(6,54,93); }
td.TdClassName
{
border-color: #06365D;
}
.TagClassName
{
border-color: #06365D;
}
</style>