Shades of Smalt #07268A
Tints of Smalt #07268A
RGB
CMYK
RGB Variations
Color information
#07268A (or 0x07268A) is known color: Smalt. HEX triplet: 07, 26 and 8A. RGB value is (7,38,138). Sum of RGB (Red+Green+Blue) = 7+38+138=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #07268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07268A is #F8D975. Grayscale: #272727. Windows color (decimal): -16308598 or 9053703. OLE color: 9053703.
HSL color Cylindrical-coordinate representation of color #07268A: hue angle of 225.8º 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 #07268A is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 38 | 138 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.46 |
| HSL | 225.8º | 0.9% | 0.28% | - |
| HSV(B) | 225.8º | 0.95% | 0.54% | - |
| XYZ | 5.37 | 3.27 | 24.39 | - |
| YUV | 40.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 138 | 0.95 | 0.72 | 0 | 0.46 | 225.8 | 0.9 | 0.28 |
| Hex | 7 | 26 | 8A | 5F | 48 | 0 | 2E | E2 | 5A | 1C |
| Octal | 7 | 46 | 212 | 137 | 110 | 0 | 56 | 342 | 132 | 34 |
| Binary | 111 | 100110 | 10001010 | 1011111 | 1001000 | 0 | 101110 | 11100010 | 1011010 | 11100 |
Color Harmonies of #07268A
Complementary color
Monochromatic Colors of #07268A
Black with #07268A
Text Example
Text Example
White with #07268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07268A; }
p { color: rgb(7,38,138); }
H1.HeaderClassName
{
color: #07268A;
}
.AnyTagClassName
{
color: #07268A;
}
</style>
background-color css
<style>
a { background-color: #07268A; }
a { background-color: rgb(7,38,138); }
div.DivClassName
{
background-color: #07268A;
}
.BgClassName
{
background-color: #07268A;
}
</style>
border-color css
<style>
span { border-color: #07268A; }
span { border-color: rgb(7,38,138); }
td.TdClassName
{
border-color: #07268A;
}
.TagClassName
{
border-color: #07268A;
}
</style>