Shades of Smalt #07258A
Tints of Smalt #07258A
RGB
CMYK
RGB Variations
Color information
#07258A (or 0x07258A) is known color: Smalt. HEX triplet: 07, 25 and 8A. RGB value is (7,37,138). Sum of RGB (Red+Green+Blue) = 7+37+138=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #07258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07258A is #F8DA75. Grayscale: #272727. Windows color (decimal): -16308854 or 9053447. OLE color: 9053447.
HSL color Cylindrical-coordinate representation of color #07258A: hue angle of 226.26º 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 #07258A is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 37 | 138 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.46 |
| HSL | 226.26º | 0.9% | 0.28% | - |
| HSV(B) | 226.26º | 0.95% | 0.54% | - |
| XYZ | 5.34 | 3.2 | 24.38 | - |
| YUV | 39.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 138 | 0.95 | 0.73 | 0 | 0.46 | 226.26 | 0.9 | 0.28 |
| Hex | 7 | 25 | 8A | 5F | 49 | 0 | 2E | E2 | 5A | 1C |
| Octal | 7 | 45 | 212 | 137 | 111 | 0 | 56 | 342 | 132 | 34 |
| Binary | 111 | 100101 | 10001010 | 1011111 | 1001001 | 0 | 101110 | 11100010 | 1011010 | 11100 |
Color Harmonies of #07258A
Complementary color
Monochromatic Colors of #07258A
Black with #07258A
Text Example
Text Example
White with #07258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07258A; }
p { color: rgb(7,37,138); }
H1.HeaderClassName
{
color: #07258A;
}
.AnyTagClassName
{
color: #07258A;
}
</style>
background-color css
<style>
a { background-color: #07258A; }
a { background-color: rgb(7,37,138); }
div.DivClassName
{
background-color: #07258A;
}
.BgClassName
{
background-color: #07258A;
}
</style>
border-color css
<style>
span { border-color: #07258A; }
span { border-color: rgb(7,37,138); }
td.TdClassName
{
border-color: #07258A;
}
.TagClassName
{
border-color: #07258A;
}
</style>