Shades of Prussian Blue #06264C
Tints of Prussian Blue #06264C
RGB
CMYK
RGB Variations
Color information
#06264C (or 0x06264C) is known color: Prussian Blue. HEX triplet: 06, 26 and 4C. RGB value is (6,38,76). Sum of RGB (Red+Green+Blue) = 6+38+76=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #06264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06264C is #F9D9B3. Grayscale: #202020. Windows color (decimal): -16374196 or 4990470. OLE color: 4990470.
HSL color Cylindrical-coordinate representation of color #06264C: hue angle of 212.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06264C is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 38 | 76 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.70 |
| HSL | 212.57º | 0.85% | 0.16% | - |
| HSV(B) | 212.57º | 0.92% | 0.3% | - |
| XYZ | 2.07 | 1.95 | 7.1 | - |
| YUV | 32.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 76 | 0.92 | 0.5 | 0 | 0.70 | 212.57 | 0.85 | 0.16 |
| Hex | 6 | 26 | 4C | 5C | 32 | 0 | 46 | D5 | 55 | 10 |
| Octal | 6 | 46 | 114 | 134 | 62 | 0 | 106 | 325 | 125 | 20 |
| Binary | 110 | 100110 | 1001100 | 1011100 | 110010 | 0 | 1000110 | 11010101 | 1010101 | 10000 |
Color Harmonies of #06264C
Complementary color
Monochromatic Colors of #06264C
Black with #06264C
Text Example
Text Example
White with #06264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06264C; }
p { color: rgb(6,38,76); }
H1.HeaderClassName
{
color: #06264C;
}
.AnyTagClassName
{
color: #06264C;
}
</style>
background-color css
<style>
a { background-color: #06264C; }
a { background-color: rgb(6,38,76); }
div.DivClassName
{
background-color: #06264C;
}
.BgClassName
{
background-color: #06264C;
}
</style>
border-color css
<style>
span { border-color: #06264C; }
span { border-color: rgb(6,38,76); }
td.TdClassName
{
border-color: #06264C;
}
.TagClassName
{
border-color: #06264C;
}
</style>