Shades of Smalt #002F9F
Tints of Smalt #002F9F
RGB
CMYK
RGB Variations
Color information
#002F9F (or 0x002F9F) is known color: Smalt. HEX triplet: 00, 2F and 9F. RGB value is (0,47,159). Sum of RGB (Red+Green+Blue) = 0+47+159=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #002F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F9F is #FFD060. Grayscale: #2D2D2D. Windows color (decimal): -16765025 or 10432256. OLE color: 10432256.
HSL color Cylindrical-coordinate representation of color #002F9F: hue angle of 222.26º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F9F is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 47 | 159 | - |
| CMYK | 1 | 0.70 | 0 | 0.38 |
| HSL | 222.26º | 1% | 0.31% | - |
| HSV(B) | 222.26º | 1% | 0.62% | - |
| XYZ | 7.27 | 4.54 | 33.29 | - |
| YUV | 45.72 | 191.93 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 159 | 1 | 0.70 | 0 | 0.38 | 222.26 | 1 | 0.31 |
| Hex | 0 | 2F | 9F | 64 | 46 | 0 | 26 | DE | 64 | 1F |
| Octal | 0 | 57 | 237 | 144 | 106 | 0 | 46 | 336 | 144 | 37 |
| Binary | 0 | 101111 | 10011111 | 1100100 | 1000110 | 0 | 100110 | 11011110 | 1100100 | 11111 |
Color Harmonies of #002F9F
Complementary color
Monochromatic Colors of #002F9F
Black with #002F9F
Text Example
Text Example
White with #002F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F9F; }
p { color: rgb(0,47,159); }
H1.HeaderClassName
{
color: #002F9F;
}
.AnyTagClassName
{
color: #002F9F;
}
</style>
background-color css
<style>
a { background-color: #002F9F; }
a { background-color: rgb(0,47,159); }
div.DivClassName
{
background-color: #002F9F;
}
.BgClassName
{
background-color: #002F9F;
}
</style>
border-color css
<style>
span { border-color: #002F9F; }
span { border-color: rgb(0,47,159); }
td.TdClassName
{
border-color: #002F9F;
}
.TagClassName
{
border-color: #002F9F;
}
</style>