Shades of Smalt #07258C
Tints of Smalt #07258C
RGB
CMYK
RGB Variations
Color information
#07258C (or 0x07258C) is known color: Smalt. HEX triplet: 07, 25 and 8C. RGB value is (7,37,140). Sum of RGB (Red+Green+Blue) = 7+37+140=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #07258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07258C is #F8DA73. Grayscale: #272727. Windows color (decimal): -16308852 or 9184519. OLE color: 9184519.
HSL color Cylindrical-coordinate representation of color #07258C: hue angle of 226.47º 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 #07258C is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 37 | 140 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.45 |
| HSL | 226.47º | 0.9% | 0.29% | - |
| HSV(B) | 226.47º | 0.95% | 0.55% | - |
| XYZ | 5.48 | 3.26 | 25.15 | - |
| YUV | 39.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 140 | 0.95 | 0.74 | 0 | 0.45 | 226.47 | 0.9 | 0.29 |
| Hex | 7 | 25 | 8C | 5F | 4A | 0 | 2D | E2 | 5A | 1D |
| Octal | 7 | 45 | 214 | 137 | 112 | 0 | 55 | 342 | 132 | 35 |
| Binary | 111 | 100101 | 10001100 | 1011111 | 1001010 | 0 | 101101 | 11100010 | 1011010 | 11101 |
Color Harmonies of #07258C
Complementary color
Monochromatic Colors of #07258C
Black with #07258C
Text Example
Text Example
White with #07258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07258C; }
p { color: rgb(7,37,140); }
H1.HeaderClassName
{
color: #07258C;
}
.AnyTagClassName
{
color: #07258C;
}
</style>
background-color css
<style>
a { background-color: #07258C; }
a { background-color: rgb(7,37,140); }
div.DivClassName
{
background-color: #07258C;
}
.BgClassName
{
background-color: #07258C;
}
</style>
border-color css
<style>
span { border-color: #07258C; }
span { border-color: rgb(7,37,140); }
td.TdClassName
{
border-color: #07258C;
}
.TagClassName
{
border-color: #07258C;
}
</style>