Shades of Smalt #07368A
Tints of Smalt #07368A
RGB
CMYK
RGB Variations
Color information
#07368A (or 0x07368A) is known color: Smalt. HEX triplet: 07, 36 and 8A. RGB value is (7,54,138). Sum of RGB (Red+Green+Blue) = 7+54+138=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #07368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07368A is #F8C975. Grayscale: #313131. Windows color (decimal): -16304502 or 9057799. OLE color: 9057799.
HSL color Cylindrical-coordinate representation of color #07368A: hue angle of 218.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07368A is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 54 | 138 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.46 |
| HSL | 218.47º | 0.9% | 0.28% | - |
| HSV(B) | 218.47º | 0.95% | 0.54% | - |
| XYZ | 5.99 | 4.52 | 24.6 | - |
| YUV | 49.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 138 | 0.95 | 0.61 | 0 | 0.46 | 218.47 | 0.9 | 0.28 |
| Hex | 7 | 36 | 8A | 5F | 3D | 0 | 2E | DA | 5A | 1C |
| Octal | 7 | 66 | 212 | 137 | 75 | 0 | 56 | 332 | 132 | 34 |
| Binary | 111 | 110110 | 10001010 | 1011111 | 111101 | 0 | 101110 | 11011010 | 1011010 | 11100 |
Color Harmonies of #07368A
Complementary color
Monochromatic Colors of #07368A
Black with #07368A
Text Example
Text Example
White with #07368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07368A; }
p { color: rgb(7,54,138); }
H1.HeaderClassName
{
color: #07368A;
}
.AnyTagClassName
{
color: #07368A;
}
</style>
background-color css
<style>
a { background-color: #07368A; }
a { background-color: rgb(7,54,138); }
div.DivClassName
{
background-color: #07368A;
}
.BgClassName
{
background-color: #07368A;
}
</style>
border-color css
<style>
span { border-color: #07368A; }
span { border-color: rgb(7,54,138); }
td.TdClassName
{
border-color: #07368A;
}
.TagClassName
{
border-color: #07368A;
}
</style>