Shades of Smalt #002697
Tints of Smalt #002697
RGB
CMYK
RGB Variations
Color information
#002697 (or 0x002697) is known color: Smalt. HEX triplet: 00, 26 and 97. RGB value is (0,38,151). Sum of RGB (Red+Green+Blue) = 0+38+151=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #002697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002697 is #FFD968. Grayscale: #272727. Windows color (decimal): -16767337 or 9905664. OLE color: 9905664.
HSL color Cylindrical-coordinate representation of color #002697: hue angle of 224.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002697 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 38 | 151 | - |
| CMYK | 1 | 0.75 | 0 | 0.41 |
| HSL | 224.9º | 1% | 0.3% | - |
| HSV(B) | 224.9º | 1% | 0.59% | - |
| XYZ | 6.28 | 3.62 | 29.65 | - |
| YUV | 39.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 151 | 1 | 0.75 | 0 | 0.41 | 224.9 | 1 | 0.3 |
| Hex | 0 | 26 | 97 | 64 | 4B | 0 | 29 | E1 | 64 | 1E |
| Octal | 0 | 46 | 227 | 144 | 113 | 0 | 51 | 341 | 144 | 36 |
| Binary | 0 | 100110 | 10010111 | 1100100 | 1001011 | 0 | 101001 | 11100001 | 1100100 | 11110 |
Color Harmonies of #002697
Complementary color
Monochromatic Colors of #002697
Black with #002697
Text Example
Text Example
White with #002697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002697; }
p { color: rgb(0,38,151); }
H1.HeaderClassName
{
color: #002697;
}
.AnyTagClassName
{
color: #002697;
}
</style>
background-color css
<style>
a { background-color: #002697; }
a { background-color: rgb(0,38,151); }
div.DivClassName
{
background-color: #002697;
}
.BgClassName
{
background-color: #002697;
}
</style>
border-color css
<style>
span { border-color: #002697; }
span { border-color: rgb(0,38,151); }
td.TdClassName
{
border-color: #002697;
}
.TagClassName
{
border-color: #002697;
}
</style>