Shades of Smalt #07238F
Tints of Smalt #07238F
RGB
CMYK
RGB Variations
Color information
#07238F (or 0x07238F) is known color: Smalt. HEX triplet: 07, 23 and 8F. RGB value is (7,35,143). Sum of RGB (Red+Green+Blue) = 7+35+143=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #07238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07238F is #F8DC70. Grayscale: #262626. Windows color (decimal): -16309361 or 9380615. OLE color: 9380615.
HSL color Cylindrical-coordinate representation of color #07238F: hue angle of 227.65º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07238F is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 35 | 143 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.44 |
| HSL | 227.65º | 0.91% | 0.29% | - |
| HSV(B) | 227.65º | 0.95% | 0.56% | - |
| XYZ | 5.65 | 3.23 | 26.31 | - |
| YUV | 38.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 143 | 0.95 | 0.76 | 0 | 0.44 | 227.65 | 0.91 | 0.29 |
| Hex | 7 | 23 | 8F | 5F | 4C | 0 | 2C | E4 | 5B | 1D |
| Octal | 7 | 43 | 217 | 137 | 114 | 0 | 54 | 344 | 133 | 35 |
| Binary | 111 | 100011 | 10001111 | 1011111 | 1001100 | 0 | 101100 | 11100100 | 1011011 | 11101 |
Color Harmonies of #07238F
Complementary color
Monochromatic Colors of #07238F
Black with #07238F
Text Example
Text Example
White with #07238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07238F; }
p { color: rgb(7,35,143); }
H1.HeaderClassName
{
color: #07238F;
}
.AnyTagClassName
{
color: #07238F;
}
</style>
background-color css
<style>
a { background-color: #07238F; }
a { background-color: rgb(7,35,143); }
div.DivClassName
{
background-color: #07238F;
}
.BgClassName
{
background-color: #07238F;
}
</style>
border-color css
<style>
span { border-color: #07238F; }
span { border-color: rgb(7,35,143); }
td.TdClassName
{
border-color: #07238F;
}
.TagClassName
{
border-color: #07238F;
}
</style>