Shades of Nordic #0F373B
Tints of Nordic #0F373B
RGB
CMYK
RGB Variations
Color information
#0F373B (or 0x0F373B) is known color: Nordic. HEX triplet: 0F, 37 and 3B. RGB value is (15,55,59). Sum of RGB (Red+Green+Blue) = 15+55+59=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F373B is #F0C8C4. Grayscale: #2B2B2B. Windows color (decimal): -15780037 or 3880719. OLE color: 3880719.
HSL color Cylindrical-coordinate representation of color #0F373B: hue angle of 185.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F373B is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 55 | 59 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.77 |
| HSL | 185.45º | 0.59% | 0.15% | - |
| HSV(B) | 185.45º | 0.75% | 0.23% | - |
| XYZ | 2.35 | 3.15 | 4.62 | - |
| YUV | 43.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 59 | 0.75 | 0.07 | 0 | 0.77 | 185.45 | 0.59 | 0.15 |
| Hex | F | 37 | 3B | 4B | 7 | 0 | 4D | B9 | 3B | F |
| Octal | 17 | 67 | 73 | 113 | 7 | 0 | 115 | 271 | 73 | 17 |
| Binary | 1111 | 110111 | 111011 | 1001011 | 111 | 0 | 1001101 | 10111001 | 111011 | 1111 |
Color Harmonies of #0F373B
Complementary color
Monochromatic Colors of #0F373B
Black with #0F373B
Text Example
Text Example
White with #0F373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F373B; }
p { color: rgb(15,55,59); }
H1.HeaderClassName
{
color: #0F373B;
}
.AnyTagClassName
{
color: #0F373B;
}
</style>
background-color css
<style>
a { background-color: #0F373B; }
a { background-color: rgb(15,55,59); }
div.DivClassName
{
background-color: #0F373B;
}
.BgClassName
{
background-color: #0F373B;
}
</style>
border-color css
<style>
span { border-color: #0F373B; }
span { border-color: rgb(15,55,59); }
td.TdClassName
{
border-color: #0F373B;
}
.TagClassName
{
border-color: #0F373B;
}
</style>