Shades of Nordic #0D3640
Tints of Nordic #0D3640
RGB
CMYK
RGB Variations
Color information
#0D3640 (or 0x0D3640) is known color: Nordic. HEX triplet: 0D, 36 and 40. RGB value is (13,54,64). Sum of RGB (Red+Green+Blue) = 13+54+64=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D3640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3640 is #F2C9BF. Grayscale: #2A2A2A. Windows color (decimal): -15911360 or 4208141. OLE color: 4208141.
HSL color Cylindrical-coordinate representation of color #0D3640: hue angle of 191.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3640 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 54 | 64 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.75 |
| HSL | 191.76º | 0.66% | 0.15% | - |
| HSV(B) | 191.76º | 0.8% | 0.25% | - |
| XYZ | 2.41 | 3.09 | 5.32 | - |
| YUV | 42.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 64 | 0.80 | 0.16 | 0 | 0.75 | 191.76 | 0.66 | 0.15 |
| Hex | D | 36 | 40 | 50 | 10 | 0 | 4B | C0 | 42 | F |
| Octal | 15 | 66 | 100 | 120 | 20 | 0 | 113 | 300 | 102 | 17 |
| Binary | 1101 | 110110 | 1000000 | 1010000 | 10000 | 0 | 1001011 | 11000000 | 1000010 | 1111 |
Color Harmonies of #0D3640
Complementary color
Monochromatic Colors of #0D3640
Black with #0D3640
Text Example
Text Example
White with #0D3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3640; }
p { color: rgb(13,54,64); }
H1.HeaderClassName
{
color: #0D3640;
}
.AnyTagClassName
{
color: #0D3640;
}
</style>
background-color css
<style>
a { background-color: #0D3640; }
a { background-color: rgb(13,54,64); }
div.DivClassName
{
background-color: #0D3640;
}
.BgClassName
{
background-color: #0D3640;
}
</style>
border-color css
<style>
span { border-color: #0D3640; }
span { border-color: rgb(13,54,64); }
td.TdClassName
{
border-color: #0D3640;
}
.TagClassName
{
border-color: #0D3640;
}
</style>