Shades of Smalt #002695
Tints of Smalt #002695
RGB
CMYK
RGB Variations
Color information
#002695 (or 0x002695) is known color: Smalt. HEX triplet: 00, 26 and 95. RGB value is (0,38,149). Sum of RGB (Red+Green+Blue) = 0+38+149=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #002695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002695 is #FFD96A. Grayscale: #262626. Windows color (decimal): -16767339 or 9774592. OLE color: 9774592.
HSL color Cylindrical-coordinate representation of color #002695: hue angle of 224.7º 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 #002695 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 38 | 149 | - |
| CMYK | 1 | 0.74 | 0 | 0.42 |
| HSL | 224.7º | 1% | 0.29% | - |
| HSV(B) | 224.7º | 1% | 0.58% | - |
| XYZ | 6.12 | 3.56 | 28.8 | - |
| YUV | 39.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 149 | 1 | 0.74 | 0 | 0.42 | 224.7 | 1 | 0.29 |
| Hex | 0 | 26 | 95 | 64 | 4A | 0 | 2A | E1 | 64 | 1D |
| Octal | 0 | 46 | 225 | 144 | 112 | 0 | 52 | 341 | 144 | 35 |
| Binary | 0 | 100110 | 10010101 | 1100100 | 1001010 | 0 | 101010 | 11100001 | 1100100 | 11101 |
Color Harmonies of #002695
Complementary color
Monochromatic Colors of #002695
Black with #002695
Text Example
Text Example
White with #002695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002695; }
p { color: rgb(0,38,149); }
H1.HeaderClassName
{
color: #002695;
}
.AnyTagClassName
{
color: #002695;
}
</style>
background-color css
<style>
a { background-color: #002695; }
a { background-color: rgb(0,38,149); }
div.DivClassName
{
background-color: #002695;
}
.BgClassName
{
background-color: #002695;
}
</style>
border-color css
<style>
span { border-color: #002695; }
span { border-color: rgb(0,38,149); }
td.TdClassName
{
border-color: #002695;
}
.TagClassName
{
border-color: #002695;
}
</style>