Shades of Smalt #002694
Tints of Smalt #002694
RGB
CMYK
RGB Variations
Color information
#002694 (or 0x002694) is known color: Smalt. HEX triplet: 00, 26 and 94. RGB value is (0,38,148). Sum of RGB (Red+Green+Blue) = 0+38+148=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #002694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002694 is #FFD96B. Grayscale: #262626. Windows color (decimal): -16767340 or 9709056. OLE color: 9709056.
HSL color Cylindrical-coordinate representation of color #002694: hue angle of 224.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002694 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 38 | 148 | - |
| CMYK | 1 | 0.74 | 0 | 0.42 |
| HSL | 224.59º | 1% | 0.29% | - |
| HSV(B) | 224.59º | 1% | 0.58% | - |
| XYZ | 6.04 | 3.52 | 28.38 | - |
| YUV | 39.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 148 | 1 | 0.74 | 0 | 0.42 | 224.59 | 1 | 0.29 |
| Hex | 0 | 26 | 94 | 64 | 4A | 0 | 2A | E1 | 64 | 1D |
| Octal | 0 | 46 | 224 | 144 | 112 | 0 | 52 | 341 | 144 | 35 |
| Binary | 0 | 100110 | 10010100 | 1100100 | 1001010 | 0 | 101010 | 11100001 | 1100100 | 11101 |
Color Harmonies of #002694
Complementary color
Monochromatic Colors of #002694
Black with #002694
Text Example
Text Example
White with #002694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002694; }
p { color: rgb(0,38,148); }
H1.HeaderClassName
{
color: #002694;
}
.AnyTagClassName
{
color: #002694;
}
</style>
background-color css
<style>
a { background-color: #002694; }
a { background-color: rgb(0,38,148); }
div.DivClassName
{
background-color: #002694;
}
.BgClassName
{
background-color: #002694;
}
</style>
border-color css
<style>
span { border-color: #002694; }
span { border-color: rgb(0,38,148); }
td.TdClassName
{
border-color: #002694;
}
.TagClassName
{
border-color: #002694;
}
</style>