Shades of Prussian Blue #074163
Tints of Prussian Blue #074163
RGB
CMYK
RGB Variations
Color information
#074163 (or 0x074163) is known color: Prussian Blue. HEX triplet: 07, 41 and 63. RGB value is (7,65,99). Sum of RGB (Red+Green+Blue) = 7+65+99=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #074163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074163 is #F8BE9C. Grayscale: #333333. Windows color (decimal): -16301725 or 6504711. OLE color: 6504711.
HSL color Cylindrical-coordinate representation of color #074163: hue angle of 202.17º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074163 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 65 | 99 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.61 |
| HSL | 202.17º | 0.87% | 0.21% | - |
| HSV(B) | 202.17º | 0.93% | 0.39% | - |
| XYZ | 4.23 | 4.73 | 12.49 | - |
| YUV | 51.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 99 | 0.93 | 0.34 | 0 | 0.61 | 202.17 | 0.87 | 0.21 |
| Hex | 7 | 41 | 63 | 5D | 22 | 0 | 3D | CA | 57 | 15 |
| Octal | 7 | 101 | 143 | 135 | 42 | 0 | 75 | 312 | 127 | 25 |
| Binary | 111 | 1000001 | 1100011 | 1011101 | 100010 | 0 | 111101 | 11001010 | 1010111 | 10101 |
Color Harmonies of #074163
Complementary color
Monochromatic Colors of #074163
Black with #074163
Text Example
Text Example
White with #074163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074163; }
p { color: rgb(7,65,99); }
H1.HeaderClassName
{
color: #074163;
}
.AnyTagClassName
{
color: #074163;
}
</style>
background-color css
<style>
a { background-color: #074163; }
a { background-color: rgb(7,65,99); }
div.DivClassName
{
background-color: #074163;
}
.BgClassName
{
background-color: #074163;
}
</style>
border-color css
<style>
span { border-color: #074163; }
span { border-color: rgb(7,65,99); }
td.TdClassName
{
border-color: #074163;
}
.TagClassName
{
border-color: #074163;
}
</style>