Shades of Prussian Blue #06305A
Tints of Prussian Blue #06305A
RGB
CMYK
RGB Variations
Color information
#06305A (or 0x06305A) is known color: Prussian Blue. HEX triplet: 06, 30 and 5A. RGB value is (6,48,90). Sum of RGB (Red+Green+Blue) = 6+48+90=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #06305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06305A is #F9CFA5. Grayscale: #282828. Windows color (decimal): -16371622 or 5910534. OLE color: 5910534.
HSL color Cylindrical-coordinate representation of color #06305A: hue angle of 210º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06305A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 48 | 90 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.65 |
| HSL | 210º | 0.88% | 0.19% | - |
| HSV(B) | 210º | 0.93% | 0.35% | - |
| XYZ | 2.98 | 2.89 | 10.07 | - |
| YUV | 40.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 90 | 0.93 | 0.47 | 0 | 0.65 | 210 | 0.88 | 0.19 |
| Hex | 6 | 30 | 5A | 5D | 2F | 0 | 41 | D2 | 58 | 13 |
| Octal | 6 | 60 | 132 | 135 | 57 | 0 | 101 | 322 | 130 | 23 |
| Binary | 110 | 110000 | 1011010 | 1011101 | 101111 | 0 | 1000001 | 11010010 | 1011000 | 10011 |
Color Harmonies of #06305A
Complementary color
Monochromatic Colors of #06305A
Black with #06305A
Text Example
Text Example
White with #06305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06305A; }
p { color: rgb(6,48,90); }
H1.HeaderClassName
{
color: #06305A;
}
.AnyTagClassName
{
color: #06305A;
}
</style>
background-color css
<style>
a { background-color: #06305A; }
a { background-color: rgb(6,48,90); }
div.DivClassName
{
background-color: #06305A;
}
.BgClassName
{
background-color: #06305A;
}
</style>
border-color css
<style>
span { border-color: #06305A; }
span { border-color: rgb(6,48,90); }
td.TdClassName
{
border-color: #06305A;
}
.TagClassName
{
border-color: #06305A;
}
</style>