Shades of Nordic #10313B
Tints of Nordic #10313B
RGB
CMYK
RGB Variations
Color information
#10313B (or 0x10313B) is known color: Nordic. HEX triplet: 10, 31 and 3B. RGB value is (16,49,59). Sum of RGB (Red+Green+Blue) = 16+49+59=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #10313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10313B is #EFCEC4. Grayscale: #282828. Windows color (decimal): -15716037 or 3879184. OLE color: 3879184.
HSL color Cylindrical-coordinate representation of color #10313B: hue angle of 193.95º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10313B is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 49 | 59 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.77 |
| HSL | 193.95º | 0.57% | 0.15% | - |
| HSV(B) | 193.95º | 0.73% | 0.23% | - |
| XYZ | 2.1 | 2.62 | 4.53 | - |
| YUV | 40.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 59 | 0.73 | 0.17 | 0 | 0.77 | 193.95 | 0.57 | 0.15 |
| Hex | 10 | 31 | 3B | 49 | 11 | 0 | 4D | C2 | 39 | F |
| Octal | 20 | 61 | 73 | 111 | 21 | 0 | 115 | 302 | 71 | 17 |
| Binary | 10000 | 110001 | 111011 | 1001001 | 10001 | 0 | 1001101 | 11000010 | 111001 | 1111 |
Color Harmonies of #10313B
Complementary color
Monochromatic Colors of #10313B
Black with #10313B
Text Example
Text Example
White with #10313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10313B; }
p { color: rgb(16,49,59); }
H1.HeaderClassName
{
color: #10313B;
}
.AnyTagClassName
{
color: #10313B;
}
</style>
background-color css
<style>
a { background-color: #10313B; }
a { background-color: rgb(16,49,59); }
div.DivClassName
{
background-color: #10313B;
}
.BgClassName
{
background-color: #10313B;
}
</style>
border-color css
<style>
span { border-color: #10313B; }
span { border-color: rgb(16,49,59); }
td.TdClassName
{
border-color: #10313B;
}
.TagClassName
{
border-color: #10313B;
}
</style>