Shades of Smalt #012682
Tints of Smalt #012682
RGB
CMYK
RGB Variations
Color information
#012682 (or 0x012682) is known color: Smalt. HEX triplet: 01, 26 and 82. RGB value is (1,38,130). Sum of RGB (Red+Green+Blue) = 1+38+130=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #012682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012682 is #FED97D. Grayscale: #252525. Windows color (decimal): -16701822 or 8529409. OLE color: 8529409.
HSL color Cylindrical-coordinate representation of color #012682: hue angle of 222.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012682 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 38 | 130 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.49 |
| HSL | 222.79º | 0.98% | 0.26% | - |
| HSV(B) | 222.79º | 0.99% | 0.51% | - |
| XYZ | 4.73 | 3 | 21.45 | - |
| YUV | 37.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 130 | 0.99 | 0.71 | 0 | 0.49 | 222.79 | 0.98 | 0.26 |
| Hex | 1 | 26 | 82 | 63 | 47 | 0 | 31 | DF | 62 | 1A |
| Octal | 1 | 46 | 202 | 143 | 107 | 0 | 61 | 337 | 142 | 32 |
| Binary | 1 | 100110 | 10000010 | 1100011 | 1000111 | 0 | 110001 | 11011111 | 1100010 | 11010 |
Color Harmonies of #012682
Complementary color
Monochromatic Colors of #012682
Black with #012682
Text Example
Text Example
White with #012682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012682; }
p { color: rgb(1,38,130); }
H1.HeaderClassName
{
color: #012682;
}
.AnyTagClassName
{
color: #012682;
}
</style>
background-color css
<style>
a { background-color: #012682; }
a { background-color: rgb(1,38,130); }
div.DivClassName
{
background-color: #012682;
}
.BgClassName
{
background-color: #012682;
}
</style>
border-color css
<style>
span { border-color: #012682; }
span { border-color: rgb(1,38,130); }
td.TdClassName
{
border-color: #012682;
}
.TagClassName
{
border-color: #012682;
}
</style>