Shades of Smalt #002692
Tints of Smalt #002692
RGB
CMYK
RGB Variations
Color information
#002692 (or 0x002692) is known color: Smalt. HEX triplet: 00, 26 and 92. RGB value is (0,38,146). Sum of RGB (Red+Green+Blue) = 0+38+146=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #002692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002692 is #FFD96D. Grayscale: #262626. Windows color (decimal): -16767342 or 9577984. OLE color: 9577984.
HSL color Cylindrical-coordinate representation of color #002692: hue angle of 224.38º 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 #002692 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 38 | 146 | - |
| CMYK | 1 | 0.74 | 0 | 0.43 |
| HSL | 224.38º | 1% | 0.29% | - |
| HSV(B) | 224.38º | 1% | 0.57% | - |
| XYZ | 5.88 | 3.46 | 27.55 | - |
| YUV | 38.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 146 | 1 | 0.74 | 0 | 0.43 | 224.38 | 1 | 0.29 |
| Hex | 0 | 26 | 92 | 64 | 4A | 0 | 2B | E0 | 64 | 1D |
| Octal | 0 | 46 | 222 | 144 | 112 | 0 | 53 | 340 | 144 | 35 |
| Binary | 0 | 100110 | 10010010 | 1100100 | 1001010 | 0 | 101011 | 11100000 | 1100100 | 11101 |
Color Harmonies of #002692
Complementary color
Monochromatic Colors of #002692
Black with #002692
Text Example
Text Example
White with #002692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002692; }
p { color: rgb(0,38,146); }
H1.HeaderClassName
{
color: #002692;
}
.AnyTagClassName
{
color: #002692;
}
</style>
background-color css
<style>
a { background-color: #002692; }
a { background-color: rgb(0,38,146); }
div.DivClassName
{
background-color: #002692;
}
.BgClassName
{
background-color: #002692;
}
</style>
border-color css
<style>
span { border-color: #002692; }
span { border-color: rgb(0,38,146); }
td.TdClassName
{
border-color: #002692;
}
.TagClassName
{
border-color: #002692;
}
</style>