Shades of Nordic #0F343F
Tints of Nordic #0F343F
RGB
CMYK
RGB Variations
Color information
#0F343F (or 0x0F343F) is known color: Nordic. HEX triplet: 0F, 34 and 3F. RGB value is (15,52,63). Sum of RGB (Red+Green+Blue) = 15+52+63=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F343F is #F0CBC0. Grayscale: #2A2A2A. Windows color (decimal): -15780801 or 4142095. OLE color: 4142095.
HSL color Cylindrical-coordinate representation of color #0F343F: hue angle of 193.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F343F is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 52 | 63 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.75 |
| HSL | 193.75º | 0.62% | 0.15% | - |
| HSV(B) | 193.75º | 0.76% | 0.25% | - |
| XYZ | 2.32 | 2.92 | 5.14 | - |
| YUV | 42.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 63 | 0.76 | 0.17 | 0 | 0.75 | 193.75 | 0.62 | 0.15 |
| Hex | F | 34 | 3F | 4C | 11 | 0 | 4B | C2 | 3E | F |
| Octal | 17 | 64 | 77 | 114 | 21 | 0 | 113 | 302 | 76 | 17 |
| Binary | 1111 | 110100 | 111111 | 1001100 | 10001 | 0 | 1001011 | 11000010 | 111110 | 1111 |
Color Harmonies of #0F343F
Complementary color
Monochromatic Colors of #0F343F
Black with #0F343F
Text Example
Text Example
White with #0F343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F343F; }
p { color: rgb(15,52,63); }
H1.HeaderClassName
{
color: #0F343F;
}
.AnyTagClassName
{
color: #0F343F;
}
</style>
background-color css
<style>
a { background-color: #0F343F; }
a { background-color: rgb(15,52,63); }
div.DivClassName
{
background-color: #0F343F;
}
.BgClassName
{
background-color: #0F343F;
}
</style>
border-color css
<style>
span { border-color: #0F343F; }
span { border-color: rgb(15,52,63); }
td.TdClassName
{
border-color: #0F343F;
}
.TagClassName
{
border-color: #0F343F;
}
</style>