Shades of Smalt #072B9A
Tints of Smalt #072B9A
RGB
CMYK
RGB Variations
Color information
#072B9A (or 0x072B9A) is known color: Smalt. HEX triplet: 07, 2B and 9A. RGB value is (7,43,154). Sum of RGB (Red+Green+Blue) = 7+43+154=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #072B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B9A is #F8D465. Grayscale: #2C2C2C. Windows color (decimal): -16307302 or 10103559. OLE color: 10103559.
HSL color Cylindrical-coordinate representation of color #072B9A: hue angle of 225.31º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072B9A is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 43 | 154 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.40 |
| HSL | 225.31º | 0.91% | 0.32% | - |
| HSV(B) | 225.31º | 0.95% | 0.6% | - |
| XYZ | 6.78 | 4.11 | 31.01 | - |
| YUV | 44.89 | 189.57 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 154 | 0.95 | 0.72 | 0 | 0.40 | 225.31 | 0.91 | 0.32 |
| Hex | 7 | 2B | 9A | 5F | 48 | 0 | 28 | E1 | 5B | 20 |
| Octal | 7 | 53 | 232 | 137 | 110 | 0 | 50 | 341 | 133 | 40 |
| Binary | 111 | 101011 | 10011010 | 1011111 | 1001000 | 0 | 101000 | 11100001 | 1011011 | 100000 |
Color Harmonies of #072B9A
Complementary color
Monochromatic Colors of #072B9A
Black with #072B9A
Text Example
Text Example
White with #072B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B9A; }
p { color: rgb(7,43,154); }
H1.HeaderClassName
{
color: #072B9A;
}
.AnyTagClassName
{
color: #072B9A;
}
</style>
background-color css
<style>
a { background-color: #072B9A; }
a { background-color: rgb(7,43,154); }
div.DivClassName
{
background-color: #072B9A;
}
.BgClassName
{
background-color: #072B9A;
}
</style>
border-color css
<style>
span { border-color: #072B9A; }
span { border-color: rgb(7,43,154); }
td.TdClassName
{
border-color: #072B9A;
}
.TagClassName
{
border-color: #072B9A;
}
</style>