Shades of Prussian Blue #074366
Tints of Prussian Blue #074366
RGB
CMYK
RGB Variations
Color information
#074366 (or 0x074366) is known color: Prussian Blue. HEX triplet: 07, 43 and 66. RGB value is (7,67,102). Sum of RGB (Red+Green+Blue) = 7+67+102=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #074366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074366 is #F8BC99. Grayscale: #343434. Windows color (decimal): -16301210 or 6701831. OLE color: 6701831.
HSL color Cylindrical-coordinate representation of color #074366: hue angle of 202.11º 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 #074366 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 67 | 102 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.6 |
| HSL | 202.11º | 0.87% | 0.21% | - |
| HSV(B) | 202.11º | 0.93% | 0.4% | - |
| XYZ | 4.49 | 5.02 | 13.3 | - |
| YUV | 53.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 102 | 0.93 | 0.34 | 0 | 0.6 | 202.11 | 0.87 | 0.21 |
| Hex | 7 | 43 | 66 | 5D | 22 | 0 | 3C | CA | 57 | 15 |
| Octal | 7 | 103 | 146 | 135 | 42 | 0 | 74 | 312 | 127 | 25 |
| Binary | 111 | 1000011 | 1100110 | 1011101 | 100010 | 0 | 111100 | 11001010 | 1010111 | 10101 |
Color Harmonies of #074366
Complementary color
Monochromatic Colors of #074366
Black with #074366
Text Example
Text Example
White with #074366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074366; }
p { color: rgb(7,67,102); }
H1.HeaderClassName
{
color: #074366;
}
.AnyTagClassName
{
color: #074366;
}
</style>
background-color css
<style>
a { background-color: #074366; }
a { background-color: rgb(7,67,102); }
div.DivClassName
{
background-color: #074366;
}
.BgClassName
{
background-color: #074366;
}
</style>
border-color css
<style>
span { border-color: #074366; }
span { border-color: rgb(7,67,102); }
td.TdClassName
{
border-color: #074366;
}
.TagClassName
{
border-color: #074366;
}
</style>