Shades of Nordic #0F333D
Tints of Nordic #0F333D
RGB
CMYK
RGB Variations
Color information
#0F333D (or 0x0F333D) is known color: Nordic. HEX triplet: 0F, 33 and 3D. RGB value is (15,51,61). Sum of RGB (Red+Green+Blue) = 15+51+61=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F333D is #F0CCC2. Grayscale: #292929. Windows color (decimal): -15781059 or 4010767. OLE color: 4010767.
HSL color Cylindrical-coordinate representation of color #0F333D: hue angle of 193.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F333D is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 51 | 61 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.76 |
| HSL | 193.04º | 0.61% | 0.15% | - |
| HSV(B) | 193.04º | 0.75% | 0.24% | - |
| XYZ | 2.22 | 2.81 | 4.84 | - |
| YUV | 41.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 61 | 0.75 | 0.16 | 0 | 0.76 | 193.04 | 0.61 | 0.15 |
| Hex | F | 33 | 3D | 4B | 10 | 0 | 4C | C1 | 3D | F |
| Octal | 17 | 63 | 75 | 113 | 20 | 0 | 114 | 301 | 75 | 17 |
| Binary | 1111 | 110011 | 111101 | 1001011 | 10000 | 0 | 1001100 | 11000001 | 111101 | 1111 |
Color Harmonies of #0F333D
Complementary color
Monochromatic Colors of #0F333D
Black with #0F333D
Text Example
Text Example
White with #0F333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F333D; }
p { color: rgb(15,51,61); }
H1.HeaderClassName
{
color: #0F333D;
}
.AnyTagClassName
{
color: #0F333D;
}
</style>
background-color css
<style>
a { background-color: #0F333D; }
a { background-color: rgb(15,51,61); }
div.DivClassName
{
background-color: #0F333D;
}
.BgClassName
{
background-color: #0F333D;
}
</style>
border-color css
<style>
span { border-color: #0F333D; }
span { border-color: rgb(15,51,61); }
td.TdClassName
{
border-color: #0F333D;
}
.TagClassName
{
border-color: #0F333D;
}
</style>