Shades of Prussian Blue #074266
Tints of Prussian Blue #074266
RGB
CMYK
RGB Variations
Color information
#074266 (or 0x074266) is known color: Prussian Blue. HEX triplet: 07, 42 and 66. RGB value is (7,66,102). Sum of RGB (Red+Green+Blue) = 7+66+102=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #074266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074266 is #F8BD99. Grayscale: #343434. Windows color (decimal): -16301466 or 6701575. OLE color: 6701575.
HSL color Cylindrical-coordinate representation of color #074266: hue angle of 202.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074266 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 66 | 102 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.6 |
| HSL | 202.74º | 0.87% | 0.21% | - |
| HSV(B) | 202.74º | 0.93% | 0.4% | - |
| XYZ | 4.43 | 4.9 | 13.28 | - |
| YUV | 52.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 102 | 0.93 | 0.35 | 0 | 0.6 | 202.74 | 0.87 | 0.21 |
| Hex | 7 | 42 | 66 | 5D | 23 | 0 | 3C | CB | 57 | 15 |
| Octal | 7 | 102 | 146 | 135 | 43 | 0 | 74 | 313 | 127 | 25 |
| Binary | 111 | 1000010 | 1100110 | 1011101 | 100011 | 0 | 111100 | 11001011 | 1010111 | 10101 |
Color Harmonies of #074266
Complementary color
Monochromatic Colors of #074266
Black with #074266
Text Example
Text Example
White with #074266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074266; }
p { color: rgb(7,66,102); }
H1.HeaderClassName
{
color: #074266;
}
.AnyTagClassName
{
color: #074266;
}
</style>
background-color css
<style>
a { background-color: #074266; }
a { background-color: rgb(7,66,102); }
div.DivClassName
{
background-color: #074266;
}
.BgClassName
{
background-color: #074266;
}
</style>
border-color css
<style>
span { border-color: #074266; }
span { border-color: rgb(7,66,102); }
td.TdClassName
{
border-color: #074266;
}
.TagClassName
{
border-color: #074266;
}
</style>