Shades of Nordic #0D313B
Tints of Nordic #0D313B
RGB
CMYK
RGB Variations
Color information
#0D313B (or 0x0D313B) is known color: Nordic. HEX triplet: 0D, 31 and 3B. RGB value is (13,49,59). Sum of RGB (Red+Green+Blue) = 13+49+59=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D313B is #F2CEC4. Grayscale: #272727. Windows color (decimal): -15912645 or 3879181. OLE color: 3879181.
HSL color Cylindrical-coordinate representation of color #0D313B: hue angle of 193.04º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D313B is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 49 | 59 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.77 |
| HSL | 193.04º | 0.64% | 0.14% | - |
| HSV(B) | 193.04º | 0.78% | 0.23% | - |
| XYZ | 2.05 | 2.6 | 4.53 | - |
| YUV | 39.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 59 | 0.78 | 0.17 | 0 | 0.77 | 193.04 | 0.64 | 0.14 |
| Hex | D | 31 | 3B | 4E | 11 | 0 | 4D | C1 | 40 | E |
| Octal | 15 | 61 | 73 | 116 | 21 | 0 | 115 | 301 | 100 | 16 |
| Binary | 1101 | 110001 | 111011 | 1001110 | 10001 | 0 | 1001101 | 11000001 | 1000000 | 1110 |
Color Harmonies of #0D313B
Complementary color
Monochromatic Colors of #0D313B
Black with #0D313B
Text Example
Text Example
White with #0D313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D313B; }
p { color: rgb(13,49,59); }
H1.HeaderClassName
{
color: #0D313B;
}
.AnyTagClassName
{
color: #0D313B;
}
</style>
background-color css
<style>
a { background-color: #0D313B; }
a { background-color: rgb(13,49,59); }
div.DivClassName
{
background-color: #0D313B;
}
.BgClassName
{
background-color: #0D313B;
}
</style>
border-color css
<style>
span { border-color: #0D313B; }
span { border-color: rgb(13,49,59); }
td.TdClassName
{
border-color: #0D313B;
}
.TagClassName
{
border-color: #0D313B;
}
</style>