Shades of Nordic #0F3541
Tints of Nordic #0F3541
RGB
CMYK
RGB Variations
Color information
#0F3541 (or 0x0F3541) is known color: Nordic. HEX triplet: 0F, 35 and 41. RGB value is (15,53,65). Sum of RGB (Red+Green+Blue) = 15+53+65=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3541 is #F0CABE. Grayscale: #2A2A2A. Windows color (decimal): -15780543 or 4273423. OLE color: 4273423.
HSL color Cylindrical-coordinate representation of color #0F3541: hue angle of 194.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3541 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 53 | 65 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.75 |
| HSL | 194.4º | 0.63% | 0.16% | - |
| HSV(B) | 194.4º | 0.77% | 0.25% | - |
| XYZ | 2.42 | 3.03 | 5.46 | - |
| YUV | 43.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 65 | 0.77 | 0.18 | 0 | 0.75 | 194.4 | 0.63 | 0.16 |
| Hex | F | 35 | 41 | 4D | 12 | 0 | 4B | C2 | 3E | 10 |
| Octal | 17 | 65 | 101 | 115 | 22 | 0 | 113 | 302 | 76 | 20 |
| Binary | 1111 | 110101 | 1000001 | 1001101 | 10010 | 0 | 1001011 | 11000010 | 111110 | 10000 |
Color Harmonies of #0F3541
Complementary color
Monochromatic Colors of #0F3541
Black with #0F3541
Text Example
Text Example
White with #0F3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3541; }
p { color: rgb(15,53,65); }
H1.HeaderClassName
{
color: #0F3541;
}
.AnyTagClassName
{
color: #0F3541;
}
</style>
background-color css
<style>
a { background-color: #0F3541; }
a { background-color: rgb(15,53,65); }
div.DivClassName
{
background-color: #0F3541;
}
.BgClassName
{
background-color: #0F3541;
}
</style>
border-color css
<style>
span { border-color: #0F3541; }
span { border-color: rgb(15,53,65); }
td.TdClassName
{
border-color: #0F3541;
}
.TagClassName
{
border-color: #0F3541;
}
</style>