Shades of Smalt #07258B
Tints of Smalt #07258B
RGB
CMYK
RGB Variations
Color information
#07258B (or 0x07258B) is known color: Smalt. HEX triplet: 07, 25 and 8B. RGB value is (7,37,139). Sum of RGB (Red+Green+Blue) = 7+37+139=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #07258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07258B is #F8DA74. Grayscale: #272727. Windows color (decimal): -16308853 or 9118983. OLE color: 9118983.
HSL color Cylindrical-coordinate representation of color #07258B: hue angle of 226.36º degrees, saturation: 0.9, 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 #07258B is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 37 | 139 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.45 |
| HSL | 226.36º | 0.9% | 0.29% | - |
| HSV(B) | 226.36º | 0.95% | 0.55% | - |
| XYZ | 5.41 | 3.23 | 24.76 | - |
| YUV | 39.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 139 | 0.95 | 0.73 | 0 | 0.45 | 226.36 | 0.9 | 0.29 |
| Hex | 7 | 25 | 8B | 5F | 49 | 0 | 2D | E2 | 5A | 1D |
| Octal | 7 | 45 | 213 | 137 | 111 | 0 | 55 | 342 | 132 | 35 |
| Binary | 111 | 100101 | 10001011 | 1011111 | 1001001 | 0 | 101101 | 11100010 | 1011010 | 11101 |
Color Harmonies of #07258B
Complementary color
Monochromatic Colors of #07258B
Black with #07258B
Text Example
Text Example
White with #07258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07258B; }
p { color: rgb(7,37,139); }
H1.HeaderClassName
{
color: #07258B;
}
.AnyTagClassName
{
color: #07258B;
}
</style>
background-color css
<style>
a { background-color: #07258B; }
a { background-color: rgb(7,37,139); }
div.DivClassName
{
background-color: #07258B;
}
.BgClassName
{
background-color: #07258B;
}
</style>
border-color css
<style>
span { border-color: #07258B; }
span { border-color: rgb(7,37,139); }
td.TdClassName
{
border-color: #07258B;
}
.TagClassName
{
border-color: #07258B;
}
</style>