Shades of Smalt #002F81
Tints of Smalt #002F81
RGB
CMYK
RGB Variations
Color information
#002F81 (or 0x002F81) is known color: Smalt. HEX triplet: 00, 2F and 81. RGB value is (0,47,129). Sum of RGB (Red+Green+Blue) = 0+47+129=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #002F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F81 is #FFD07E. Grayscale: #292929. Windows color (decimal): -16765055 or 8466176. OLE color: 8466176.
HSL color Cylindrical-coordinate representation of color #002F81: hue angle of 218.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F81 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 47 | 129 | - |
| CMYK | 1 | 0.64 | 0 | 0.49 |
| HSL | 218.14º | 1% | 0.25% | - |
| HSV(B) | 218.14º | 1% | 0.51% | - |
| XYZ | 4.98 | 3.62 | 21.2 | - |
| YUV | 42.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 129 | 1 | 0.64 | 0 | 0.49 | 218.14 | 1 | 0.25 |
| Hex | 0 | 2F | 81 | 64 | 40 | 0 | 31 | DA | 64 | 19 |
| Octal | 0 | 57 | 201 | 144 | 100 | 0 | 61 | 332 | 144 | 31 |
| Binary | 0 | 101111 | 10000001 | 1100100 | 1000000 | 0 | 110001 | 11011010 | 1100100 | 11001 |
Color Harmonies of #002F81
Complementary color
Monochromatic Colors of #002F81
Black with #002F81
Text Example
Text Example
White with #002F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F81; }
p { color: rgb(0,47,129); }
H1.HeaderClassName
{
color: #002F81;
}
.AnyTagClassName
{
color: #002F81;
}
</style>
background-color css
<style>
a { background-color: #002F81; }
a { background-color: rgb(0,47,129); }
div.DivClassName
{
background-color: #002F81;
}
.BgClassName
{
background-color: #002F81;
}
</style>
border-color css
<style>
span { border-color: #002F81; }
span { border-color: rgb(0,47,129); }
td.TdClassName
{
border-color: #002F81;
}
.TagClassName
{
border-color: #002F81;
}
</style>