Shades of Nordic #0F3A40
Tints of Nordic #0F3A40
RGB
CMYK
RGB Variations
Color information
#0F3A40 (or 0x0F3A40) is known color: Nordic. HEX triplet: 0F, 3A and 40. RGB value is (15,58,64). Sum of RGB (Red+Green+Blue) = 15+58+64=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A40 is #F0C5BF. Grayscale: #2D2D2D. Windows color (decimal): -15779264 or 4209167. OLE color: 4209167.
HSL color Cylindrical-coordinate representation of color #0F3A40: hue angle of 187.35º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3A40 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 58 | 64 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.75 |
| HSL | 187.35º | 0.62% | 0.15% | - |
| HSV(B) | 187.35º | 0.77% | 0.25% | - |
| XYZ | 2.64 | 3.5 | 5.39 | - |
| YUV | 45.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 64 | 0.77 | 0.09 | 0 | 0.75 | 187.35 | 0.62 | 0.15 |
| Hex | F | 3A | 40 | 4D | 9 | 0 | 4B | BB | 3E | F |
| Octal | 17 | 72 | 100 | 115 | 11 | 0 | 113 | 273 | 76 | 17 |
| Binary | 1111 | 111010 | 1000000 | 1001101 | 1001 | 0 | 1001011 | 10111011 | 111110 | 1111 |
Color Harmonies of #0F3A40
Complementary color
Monochromatic Colors of #0F3A40
Black with #0F3A40
Text Example
Text Example
White with #0F3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A40; }
p { color: rgb(15,58,64); }
H1.HeaderClassName
{
color: #0F3A40;
}
.AnyTagClassName
{
color: #0F3A40;
}
</style>
background-color css
<style>
a { background-color: #0F3A40; }
a { background-color: rgb(15,58,64); }
div.DivClassName
{
background-color: #0F3A40;
}
.BgClassName
{
background-color: #0F3A40;
}
</style>
border-color css
<style>
span { border-color: #0F3A40; }
span { border-color: rgb(15,58,64); }
td.TdClassName
{
border-color: #0F3A40;
}
.TagClassName
{
border-color: #0F3A40;
}
</style>