Shades of Smalt #07248D
Tints of Smalt #07248D
RGB
CMYK
RGB Variations
Color information
#07248D (or 0x07248D) is known color: Smalt. HEX triplet: 07, 24 and 8D. RGB value is (7,36,141). Sum of RGB (Red+Green+Blue) = 7+36+141=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #07248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07248D is #F8DB72. Grayscale: #262626. Windows color (decimal): -16309107 or 9249799. OLE color: 9249799.
HSL color Cylindrical-coordinate representation of color #07248D: hue angle of 227.01º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07248D is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 36 | 141 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.45 |
| HSL | 227.01º | 0.91% | 0.29% | - |
| HSV(B) | 227.01º | 0.95% | 0.55% | - |
| XYZ | 5.53 | 3.23 | 25.53 | - |
| YUV | 39.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 141 | 0.95 | 0.74 | 0 | 0.45 | 227.01 | 0.91 | 0.29 |
| Hex | 7 | 24 | 8D | 5F | 4A | 0 | 2D | E3 | 5B | 1D |
| Octal | 7 | 44 | 215 | 137 | 112 | 0 | 55 | 343 | 133 | 35 |
| Binary | 111 | 100100 | 10001101 | 1011111 | 1001010 | 0 | 101101 | 11100011 | 1011011 | 11101 |
Color Harmonies of #07248D
Complementary color
Monochromatic Colors of #07248D
Black with #07248D
Text Example
Text Example
White with #07248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07248D; }
p { color: rgb(7,36,141); }
H1.HeaderClassName
{
color: #07248D;
}
.AnyTagClassName
{
color: #07248D;
}
</style>
background-color css
<style>
a { background-color: #07248D; }
a { background-color: rgb(7,36,141); }
div.DivClassName
{
background-color: #07248D;
}
.BgClassName
{
background-color: #07248D;
}
</style>
border-color css
<style>
span { border-color: #07248D; }
span { border-color: rgb(7,36,141); }
td.TdClassName
{
border-color: #07248D;
}
.TagClassName
{
border-color: #07248D;
}
</style>