Shades of Prussian Blue #07274C
Tints of Prussian Blue #07274C
RGB
CMYK
RGB Variations
Color information
#07274C (or 0x07274C) is known color: Prussian Blue. HEX triplet: 07, 27 and 4C. RGB value is (7,39,76). Sum of RGB (Red+Green+Blue) = 7+39+76=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #07274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07274C is #F8D8B3. Grayscale: #212121. Windows color (decimal): -16308404 or 4990727. OLE color: 4990727.
HSL color Cylindrical-coordinate representation of color #07274C: hue angle of 212.17º 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 #07274C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 39 | 76 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.70 |
| HSL | 212.17º | 0.83% | 0.16% | - |
| HSV(B) | 212.17º | 0.91% | 0.3% | - |
| XYZ | 2.12 | 2.02 | 7.12 | - |
| YUV | 33.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 76 | 0.91 | 0.49 | 0 | 0.70 | 212.17 | 0.83 | 0.16 |
| Hex | 7 | 27 | 4C | 5B | 31 | 0 | 46 | D4 | 53 | 10 |
| Octal | 7 | 47 | 114 | 133 | 61 | 0 | 106 | 324 | 123 | 20 |
| Binary | 111 | 100111 | 1001100 | 1011011 | 110001 | 0 | 1000110 | 11010100 | 1010011 | 10000 |
Color Harmonies of #07274C
Complementary color
Monochromatic Colors of #07274C
Black with #07274C
Text Example
Text Example
White with #07274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07274C; }
p { color: rgb(7,39,76); }
H1.HeaderClassName
{
color: #07274C;
}
.AnyTagClassName
{
color: #07274C;
}
</style>
background-color css
<style>
a { background-color: #07274C; }
a { background-color: rgb(7,39,76); }
div.DivClassName
{
background-color: #07274C;
}
.BgClassName
{
background-color: #07274C;
}
</style>
border-color css
<style>
span { border-color: #07274C; }
span { border-color: rgb(7,39,76); }
td.TdClassName
{
border-color: #07274C;
}
.TagClassName
{
border-color: #07274C;
}
</style>