Shades of Smalt #07369F
Tints of Smalt #07369F
RGB
CMYK
RGB Variations
Color information
#07369F (or 0x07369F) is known color: Smalt. HEX triplet: 07, 36 and 9F. RGB value is (7,54,159). Sum of RGB (Red+Green+Blue) = 7+54+159=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #07369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07369F is #F8C960. Grayscale: #333333. Windows color (decimal): -16304481 or 10434055. OLE color: 10434055.
HSL color Cylindrical-coordinate representation of color #07369F: hue angle of 221.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07369F is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 54 | 159 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.38 |
| HSL | 221.45º | 0.92% | 0.33% | - |
| HSV(B) | 221.45º | 0.96% | 0.62% | - |
| XYZ | 7.66 | 5.19 | 33.4 | - |
| YUV | 51.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 159 | 0.96 | 0.66 | 0 | 0.38 | 221.45 | 0.92 | 0.33 |
| Hex | 7 | 36 | 9F | 60 | 42 | 0 | 26 | DD | 5C | 21 |
| Octal | 7 | 66 | 237 | 140 | 102 | 0 | 46 | 335 | 134 | 41 |
| Binary | 111 | 110110 | 10011111 | 1100000 | 1000010 | 0 | 100110 | 11011101 | 1011100 | 100001 |
Color Harmonies of #07369F
Complementary color
Monochromatic Colors of #07369F
Black with #07369F
Text Example
Text Example
White with #07369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07369F; }
p { color: rgb(7,54,159); }
H1.HeaderClassName
{
color: #07369F;
}
.AnyTagClassName
{
color: #07369F;
}
</style>
background-color css
<style>
a { background-color: #07369F; }
a { background-color: rgb(7,54,159); }
div.DivClassName
{
background-color: #07369F;
}
.BgClassName
{
background-color: #07369F;
}
</style>
border-color css
<style>
span { border-color: #07369F; }
span { border-color: rgb(7,54,159); }
td.TdClassName
{
border-color: #07369F;
}
.TagClassName
{
border-color: #07369F;
}
</style>