Shades of Nordic #0F313C
Tints of Nordic #0F313C
RGB
CMYK
RGB Variations
Color information
#0F313C (or 0x0F313C) is known color: Nordic. HEX triplet: 0F, 31 and 3C. RGB value is (15,49,60). Sum of RGB (Red+Green+Blue) = 15+49+60=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F313C is #F0CEC3. Grayscale: #282828. Windows color (decimal): -15781572 or 3944719. OLE color: 3944719.
HSL color Cylindrical-coordinate representation of color #0F313C: hue angle of 194.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F313C is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 49 | 60 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.76 |
| HSL | 194.67º | 0.6% | 0.15% | - |
| HSV(B) | 194.67º | 0.75% | 0.24% | - |
| XYZ | 2.11 | 2.62 | 4.67 | - |
| YUV | 40.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 60 | 0.75 | 0.18 | 0 | 0.76 | 194.67 | 0.6 | 0.15 |
| Hex | F | 31 | 3C | 4B | 12 | 0 | 4C | C3 | 3C | F |
| Octal | 17 | 61 | 74 | 113 | 22 | 0 | 114 | 303 | 74 | 17 |
| Binary | 1111 | 110001 | 111100 | 1001011 | 10010 | 0 | 1001100 | 11000011 | 111100 | 1111 |
Color Harmonies of #0F313C
Complementary color
Monochromatic Colors of #0F313C
Black with #0F313C
Text Example
Text Example
White with #0F313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F313C; }
p { color: rgb(15,49,60); }
H1.HeaderClassName
{
color: #0F313C;
}
.AnyTagClassName
{
color: #0F313C;
}
</style>
background-color css
<style>
a { background-color: #0F313C; }
a { background-color: rgb(15,49,60); }
div.DivClassName
{
background-color: #0F313C;
}
.BgClassName
{
background-color: #0F313C;
}
</style>
border-color css
<style>
span { border-color: #0F313C; }
span { border-color: rgb(15,49,60); }
td.TdClassName
{
border-color: #0F313C;
}
.TagClassName
{
border-color: #0F313C;
}
</style>