Shades of Prussian Blue #073667
Tints of Prussian Blue #073667
RGB
CMYK
RGB Variations
Color information
#073667 (or 0x073667) is known color: Prussian Blue. HEX triplet: 07, 36 and 67. RGB value is (7,54,103). Sum of RGB (Red+Green+Blue) = 7+54+103=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #073667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073667 is #F8C998. Grayscale: #2D2D2D. Windows color (decimal): -16304537 or 6764039. OLE color: 6764039.
HSL color Cylindrical-coordinate representation of color #073667: hue angle of 210.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073667 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 54 | 103 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.60 |
| HSL | 210.63º | 0.87% | 0.22% | - |
| HSV(B) | 210.63º | 0.93% | 0.4% | - |
| XYZ | 3.85 | 3.66 | 13.34 | - |
| YUV | 45.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 103 | 0.93 | 0.48 | 0 | 0.60 | 210.63 | 0.87 | 0.22 |
| Hex | 7 | 36 | 67 | 5D | 30 | 0 | 3C | D3 | 57 | 16 |
| Octal | 7 | 66 | 147 | 135 | 60 | 0 | 74 | 323 | 127 | 26 |
| Binary | 111 | 110110 | 1100111 | 1011101 | 110000 | 0 | 111100 | 11010011 | 1010111 | 10110 |
Color Harmonies of #073667
Complementary color
Monochromatic Colors of #073667
Black with #073667
Text Example
Text Example
White with #073667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073667; }
p { color: rgb(7,54,103); }
H1.HeaderClassName
{
color: #073667;
}
.AnyTagClassName
{
color: #073667;
}
</style>
background-color css
<style>
a { background-color: #073667; }
a { background-color: rgb(7,54,103); }
div.DivClassName
{
background-color: #073667;
}
.BgClassName
{
background-color: #073667;
}
</style>
border-color css
<style>
span { border-color: #073667; }
span { border-color: rgb(7,54,103); }
td.TdClassName
{
border-color: #073667;
}
.TagClassName
{
border-color: #073667;
}
</style>