Shades of Nordic #0F3A46
Tints of Nordic #0F3A46
RGB
CMYK
RGB Variations
Color information
#0F3A46 (or 0x0F3A46) is known color: Nordic. HEX triplet: 0F, 3A and 46. RGB value is (15,58,70). Sum of RGB (Red+Green+Blue) = 15+58+70=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F3A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A46 is #F0C5B9. Grayscale: #2E2E2E. Windows color (decimal): -15779258 or 4602383. OLE color: 4602383.
HSL color Cylindrical-coordinate representation of color #0F3A46: hue angle of 193.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3A46 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 58 | 70 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.73 |
| HSL | 193.09º | 0.65% | 0.17% | - |
| HSV(B) | 193.09º | 0.79% | 0.27% | - |
| XYZ | 2.82 | 3.57 | 6.34 | - |
| YUV | 46.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 70 | 0.79 | 0.17 | 0 | 0.73 | 193.09 | 0.65 | 0.17 |
| Hex | F | 3A | 46 | 4F | 11 | 0 | 49 | C1 | 41 | 11 |
| Octal | 17 | 72 | 106 | 117 | 21 | 0 | 111 | 301 | 101 | 21 |
| Binary | 1111 | 111010 | 1000110 | 1001111 | 10001 | 0 | 1001001 | 11000001 | 1000001 | 10001 |
Color Harmonies of #0F3A46
Complementary color
Monochromatic Colors of #0F3A46
Black with #0F3A46
Text Example
Text Example
White with #0F3A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A46; }
p { color: rgb(15,58,70); }
H1.HeaderClassName
{
color: #0F3A46;
}
.AnyTagClassName
{
color: #0F3A46;
}
</style>
background-color css
<style>
a { background-color: #0F3A46; }
a { background-color: rgb(15,58,70); }
div.DivClassName
{
background-color: #0F3A46;
}
.BgClassName
{
background-color: #0F3A46;
}
</style>
border-color css
<style>
span { border-color: #0F3A46; }
span { border-color: rgb(15,58,70); }
td.TdClassName
{
border-color: #0F3A46;
}
.TagClassName
{
border-color: #0F3A46;
}
</style>