Shades of Prussian Blue #07274D
Tints of Prussian Blue #07274D
RGB
CMYK
RGB Variations
Color information
#07274D (or 0x07274D) is known color: Prussian Blue. HEX triplet: 07, 27 and 4D. RGB value is (7,39,77). Sum of RGB (Red+Green+Blue) = 7+39+77=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #07274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07274D is #F8D8B2. Grayscale: #212121. Windows color (decimal): -16308403 or 5056263. OLE color: 5056263.
HSL color Cylindrical-coordinate representation of color #07274D: hue angle of 212.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07274D is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 39 | 77 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.70 |
| HSL | 212.57º | 0.83% | 0.16% | - |
| HSV(B) | 212.57º | 0.91% | 0.3% | - |
| XYZ | 2.15 | 2.03 | 7.3 | - |
| YUV | 33.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 77 | 0.91 | 0.49 | 0 | 0.70 | 212.57 | 0.83 | 0.16 |
| Hex | 7 | 27 | 4D | 5B | 31 | 0 | 46 | D5 | 53 | 10 |
| Octal | 7 | 47 | 115 | 133 | 61 | 0 | 106 | 325 | 123 | 20 |
| Binary | 111 | 100111 | 1001101 | 1011011 | 110001 | 0 | 1000110 | 11010101 | 1010011 | 10000 |
Color Harmonies of #07274D
Complementary color
Monochromatic Colors of #07274D
Black with #07274D
Text Example
Text Example
White with #07274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07274D; }
p { color: rgb(7,39,77); }
H1.HeaderClassName
{
color: #07274D;
}
.AnyTagClassName
{
color: #07274D;
}
</style>
background-color css
<style>
a { background-color: #07274D; }
a { background-color: rgb(7,39,77); }
div.DivClassName
{
background-color: #07274D;
}
.BgClassName
{
background-color: #07274D;
}
</style>
border-color css
<style>
span { border-color: #07274D; }
span { border-color: rgb(7,39,77); }
td.TdClassName
{
border-color: #07274D;
}
.TagClassName
{
border-color: #07274D;
}
</style>