Shades of Nordic #0F313A
Tints of Nordic #0F313A
RGB
CMYK
RGB Variations
Color information
#0F313A (or 0x0F313A) is known color: Nordic. HEX triplet: 0F, 31 and 3A. RGB value is (15,49,58). Sum of RGB (Red+Green+Blue) = 15+49+58=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F313A is #F0CEC5. Grayscale: #272727. Windows color (decimal): -15781574 or 3813647. OLE color: 3813647.
HSL color Cylindrical-coordinate representation of color #0F313A: hue angle of 192.56º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F313A is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 49 | 58 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.77 |
| HSL | 192.56º | 0.59% | 0.14% | - |
| HSV(B) | 192.56º | 0.74% | 0.23% | - |
| XYZ | 2.06 | 2.6 | 4.4 | - |
| YUV | 39.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 58 | 0.74 | 0.16 | 0 | 0.77 | 192.56 | 0.59 | 0.14 |
| Hex | F | 31 | 3A | 4A | 10 | 0 | 4D | C1 | 3B | E |
| Octal | 17 | 61 | 72 | 112 | 20 | 0 | 115 | 301 | 73 | 16 |
| Binary | 1111 | 110001 | 111010 | 1001010 | 10000 | 0 | 1001101 | 11000001 | 111011 | 1110 |
Color Harmonies of #0F313A
Complementary color
Monochromatic Colors of #0F313A
Black with #0F313A
Text Example
Text Example
White with #0F313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F313A; }
p { color: rgb(15,49,58); }
H1.HeaderClassName
{
color: #0F313A;
}
.AnyTagClassName
{
color: #0F313A;
}
</style>
background-color css
<style>
a { background-color: #0F313A; }
a { background-color: rgb(15,49,58); }
div.DivClassName
{
background-color: #0F313A;
}
.BgClassName
{
background-color: #0F313A;
}
</style>
border-color css
<style>
span { border-color: #0F313A; }
span { border-color: rgb(15,49,58); }
td.TdClassName
{
border-color: #0F313A;
}
.TagClassName
{
border-color: #0F313A;
}
</style>