Shades of Smalt #002698
Tints of Smalt #002698
RGB
CMYK
RGB Variations
Color information
#002698 (or 0x002698) is known color: Smalt. HEX triplet: 00, 26 and 98. RGB value is (0,38,152). Sum of RGB (Red+Green+Blue) = 0+38+152=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #002698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002698 is #FFD967. Grayscale: #272727. Windows color (decimal): -16767336 or 9971200. OLE color: 9971200.
HSL color Cylindrical-coordinate representation of color #002698: hue angle of 225º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002698 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 38 | 152 | - |
| CMYK | 1 | 0.75 | 0 | 0.40 |
| HSL | 225º | 1% | 0.3% | - |
| HSV(B) | 225º | 1% | 0.6% | - |
| XYZ | 6.36 | 3.65 | 30.08 | - |
| YUV | 39.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 152 | 1 | 0.75 | 0 | 0.40 | 225 | 1 | 0.3 |
| Hex | 0 | 26 | 98 | 64 | 4B | 0 | 28 | E1 | 64 | 1E |
| Octal | 0 | 46 | 230 | 144 | 113 | 0 | 50 | 341 | 144 | 36 |
| Binary | 0 | 100110 | 10011000 | 1100100 | 1001011 | 0 | 101000 | 11100001 | 1100100 | 11110 |
Color Harmonies of #002698
Complementary color
Monochromatic Colors of #002698
Black with #002698
Text Example
Text Example
White with #002698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002698; }
p { color: rgb(0,38,152); }
H1.HeaderClassName
{
color: #002698;
}
.AnyTagClassName
{
color: #002698;
}
</style>
background-color css
<style>
a { background-color: #002698; }
a { background-color: rgb(0,38,152); }
div.DivClassName
{
background-color: #002698;
}
.BgClassName
{
background-color: #002698;
}
</style>
border-color css
<style>
span { border-color: #002698; }
span { border-color: rgb(0,38,152); }
td.TdClassName
{
border-color: #002698;
}
.TagClassName
{
border-color: #002698;
}
</style>