Shades of Smalt #003092
Tints of Smalt #003092
RGB
CMYK
RGB Variations
Color information
#003092 (or 0x003092) is known color: Smalt. HEX triplet: 00, 30 and 92. RGB value is (0,48,146). Sum of RGB (Red+Green+Blue) = 0+48+146=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #003092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003092 is #FFCF6D. Grayscale: #2C2C2C. Windows color (decimal): -16764782 or 9580544. OLE color: 9580544.
HSL color Cylindrical-coordinate representation of color #003092: hue angle of 220.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003092 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 48 | 146 | - |
| CMYK | 1 | 0.67 | 0 | 0.43 |
| HSL | 220.27º | 1% | 0.29% | - |
| HSV(B) | 220.27º | 1% | 0.57% | - |
| XYZ | 6.25 | 4.19 | 27.67 | - |
| YUV | 44.82 | 185.1 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 146 | 1 | 0.67 | 0 | 0.43 | 220.27 | 1 | 0.29 |
| Hex | 0 | 30 | 92 | 64 | 43 | 0 | 2B | DC | 64 | 1D |
| Octal | 0 | 60 | 222 | 144 | 103 | 0 | 53 | 334 | 144 | 35 |
| Binary | 0 | 110000 | 10010010 | 1100100 | 1000011 | 0 | 101011 | 11011100 | 1100100 | 11101 |
Color Harmonies of #003092
Complementary color
Monochromatic Colors of #003092
Black with #003092
Text Example
Text Example
White with #003092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003092; }
p { color: rgb(0,48,146); }
H1.HeaderClassName
{
color: #003092;
}
.AnyTagClassName
{
color: #003092;
}
</style>
background-color css
<style>
a { background-color: #003092; }
a { background-color: rgb(0,48,146); }
div.DivClassName
{
background-color: #003092;
}
.BgClassName
{
background-color: #003092;
}
</style>
border-color css
<style>
span { border-color: #003092; }
span { border-color: rgb(0,48,146); }
td.TdClassName
{
border-color: #003092;
}
.TagClassName
{
border-color: #003092;
}
</style>