Shades of Nordic #0F343C
Tints of Nordic #0F343C
RGB
CMYK
RGB Variations
Color information
#0F343C (or 0x0F343C) is known color: Nordic. HEX triplet: 0F, 34 and 3C. RGB value is (15,52,60). Sum of RGB (Red+Green+Blue) = 15+52+60=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F343C is #F0CBC3. Grayscale: #292929. Windows color (decimal): -15780804 or 3945487. OLE color: 3945487.
HSL color Cylindrical-coordinate representation of color #0F343C: hue angle of 190.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 #0F343C is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 52 | 60 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.76 |
| HSL | 190.67º | 0.6% | 0.15% | - |
| HSV(B) | 190.67º | 0.75% | 0.24% | - |
| XYZ | 2.24 | 2.88 | 4.71 | - |
| YUV | 41.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 60 | 0.75 | 0.13 | 0 | 0.76 | 190.67 | 0.6 | 0.15 |
| Hex | F | 34 | 3C | 4B | D | 0 | 4C | BF | 3C | F |
| Octal | 17 | 64 | 74 | 113 | 15 | 0 | 114 | 277 | 74 | 17 |
| Binary | 1111 | 110100 | 111100 | 1001011 | 1101 | 0 | 1001100 | 10111111 | 111100 | 1111 |
Color Harmonies of #0F343C
Complementary color
Monochromatic Colors of #0F343C
Black with #0F343C
Text Example
Text Example
White with #0F343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F343C; }
p { color: rgb(15,52,60); }
H1.HeaderClassName
{
color: #0F343C;
}
.AnyTagClassName
{
color: #0F343C;
}
</style>
background-color css
<style>
a { background-color: #0F343C; }
a { background-color: rgb(15,52,60); }
div.DivClassName
{
background-color: #0F343C;
}
.BgClassName
{
background-color: #0F343C;
}
</style>
border-color css
<style>
span { border-color: #0F343C; }
span { border-color: rgb(15,52,60); }
td.TdClassName
{
border-color: #0F343C;
}
.TagClassName
{
border-color: #0F343C;
}
</style>