Shades of Smalt #00278D
Tints of Smalt #00278D
RGB
CMYK
RGB Variations
Color information
#00278D (or 0x00278D) is known color: Smalt. HEX triplet: 00, 27 and 8D. RGB value is (0,39,141). Sum of RGB (Red+Green+Blue) = 0+39+141=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #00278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00278D is #FFD872. Grayscale: #262626. Windows color (decimal): -16767091 or 9250560. OLE color: 9250560.
HSL color Cylindrical-coordinate representation of color #00278D: hue angle of 223.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00278D is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 39 | 141 | - |
| CMYK | 1 | 0.72 | 0 | 0.45 |
| HSL | 223.4º | 1% | 0.28% | - |
| HSV(B) | 223.4º | 1% | 0.55% | - |
| XYZ | 5.53 | 3.37 | 25.56 | - |
| YUV | 38.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 141 | 1 | 0.72 | 0 | 0.45 | 223.4 | 1 | 0.28 |
| Hex | 0 | 27 | 8D | 64 | 48 | 0 | 2D | DF | 64 | 1C |
| Octal | 0 | 47 | 215 | 144 | 110 | 0 | 55 | 337 | 144 | 34 |
| Binary | 0 | 100111 | 10001101 | 1100100 | 1001000 | 0 | 101101 | 11011111 | 1100100 | 11100 |
Color Harmonies of #00278D
Complementary color
Monochromatic Colors of #00278D
Black with #00278D
Text Example
Text Example
White with #00278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00278D; }
p { color: rgb(0,39,141); }
H1.HeaderClassName
{
color: #00278D;
}
.AnyTagClassName
{
color: #00278D;
}
</style>
background-color css
<style>
a { background-color: #00278D; }
a { background-color: rgb(0,39,141); }
div.DivClassName
{
background-color: #00278D;
}
.BgClassName
{
background-color: #00278D;
}
</style>
border-color css
<style>
span { border-color: #00278D; }
span { border-color: rgb(0,39,141); }
td.TdClassName
{
border-color: #00278D;
}
.TagClassName
{
border-color: #00278D;
}
</style>