Shades of Nordic #0F3945
Tints of Nordic #0F3945
RGB
CMYK
RGB Variations
Color information
#0F3945 (or 0x0F3945) is known color: Nordic. HEX triplet: 0F, 39 and 45. RGB value is (15,57,69). Sum of RGB (Red+Green+Blue) = 15+57+69=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #0F3945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3945 is #F0C6BA. Grayscale: #2D2D2D. Windows color (decimal): -15779515 or 4536591. OLE color: 4536591.
HSL color Cylindrical-coordinate representation of color #0F3945: hue angle of 193.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F3945 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 57 | 69 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.73 |
| HSL | 193.33º | 0.64% | 0.16% | - |
| HSV(B) | 193.33º | 0.78% | 0.27% | - |
| XYZ | 2.73 | 3.46 | 6.15 | - |
| YUV | 45.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 69 | 0.78 | 0.17 | 0 | 0.73 | 193.33 | 0.64 | 0.16 |
| Hex | F | 39 | 45 | 4E | 11 | 0 | 49 | C1 | 40 | 10 |
| Octal | 17 | 71 | 105 | 116 | 21 | 0 | 111 | 301 | 100 | 20 |
| Binary | 1111 | 111001 | 1000101 | 1001110 | 10001 | 0 | 1001001 | 11000001 | 1000000 | 10000 |
Color Harmonies of #0F3945
Complementary color
Monochromatic Colors of #0F3945
Black with #0F3945
Text Example
Text Example
White with #0F3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3945; }
p { color: rgb(15,57,69); }
H1.HeaderClassName
{
color: #0F3945;
}
.AnyTagClassName
{
color: #0F3945;
}
</style>
background-color css
<style>
a { background-color: #0F3945; }
a { background-color: rgb(15,57,69); }
div.DivClassName
{
background-color: #0F3945;
}
.BgClassName
{
background-color: #0F3945;
}
</style>
border-color css
<style>
span { border-color: #0F3945; }
span { border-color: rgb(15,57,69); }
td.TdClassName
{
border-color: #0F3945;
}
.TagClassName
{
border-color: #0F3945;
}
</style>