Shades of Nordic #0F3841
Tints of Nordic #0F3841
RGB
CMYK
RGB Variations
Color information
#0F3841 (or 0x0F3841) is known color: Nordic. HEX triplet: 0F, 38 and 41. RGB value is (15,56,65). Sum of RGB (Red+Green+Blue) = 15+56+65=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3841 is #F0C7BE. Grayscale: #2C2C2C. Windows color (decimal): -15779775 or 4274191. OLE color: 4274191.
HSL color Cylindrical-coordinate representation of color #0F3841: hue angle of 190.8º 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 #0F3841 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 56 | 65 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.75 |
| HSL | 190.8º | 0.63% | 0.16% | - |
| HSV(B) | 190.8º | 0.77% | 0.25% | - |
| XYZ | 2.57 | 3.31 | 5.51 | - |
| YUV | 44.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 65 | 0.77 | 0.14 | 0 | 0.75 | 190.8 | 0.63 | 0.16 |
| Hex | F | 38 | 41 | 4D | E | 0 | 4B | BF | 3E | 10 |
| Octal | 17 | 70 | 101 | 115 | 16 | 0 | 113 | 277 | 76 | 20 |
| Binary | 1111 | 111000 | 1000001 | 1001101 | 1110 | 0 | 1001011 | 10111111 | 111110 | 10000 |
Color Harmonies of #0F3841
Complementary color
Monochromatic Colors of #0F3841
Black with #0F3841
Text Example
Text Example
White with #0F3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3841; }
p { color: rgb(15,56,65); }
H1.HeaderClassName
{
color: #0F3841;
}
.AnyTagClassName
{
color: #0F3841;
}
</style>
background-color css
<style>
a { background-color: #0F3841; }
a { background-color: rgb(15,56,65); }
div.DivClassName
{
background-color: #0F3841;
}
.BgClassName
{
background-color: #0F3841;
}
</style>
border-color css
<style>
span { border-color: #0F3841; }
span { border-color: rgb(15,56,65); }
td.TdClassName
{
border-color: #0F3841;
}
.TagClassName
{
border-color: #0F3841;
}
</style>