Shades of Nordic #0D3B44
Tints of Nordic #0D3B44
RGB
CMYK
RGB Variations
Color information
#0D3B44 (or 0x0D3B44) is known color: Nordic. HEX triplet: 0D, 3B and 44. RGB value is (13,59,68). Sum of RGB (Red+Green+Blue) = 13+59+68=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D3B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B44 is #F2C4BB. Grayscale: #2E2E2E. Windows color (decimal): -15910076 or 4471565. OLE color: 4471565.
HSL color Cylindrical-coordinate representation of color #0D3B44: hue angle of 189.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3B44 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 59 | 68 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.73 |
| HSL | 189.82º | 0.68% | 0.16% | - |
| HSV(B) | 189.82º | 0.81% | 0.27% | - |
| XYZ | 2.77 | 3.63 | 6.02 | - |
| YUV | 46.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 68 | 0.81 | 0.13 | 0 | 0.73 | 189.82 | 0.68 | 0.16 |
| Hex | D | 3B | 44 | 51 | D | 0 | 49 | BE | 44 | 10 |
| Octal | 15 | 73 | 104 | 121 | 15 | 0 | 111 | 276 | 104 | 20 |
| Binary | 1101 | 111011 | 1000100 | 1010001 | 1101 | 0 | 1001001 | 10111110 | 1000100 | 10000 |
Color Harmonies of #0D3B44
Complementary color
Monochromatic Colors of #0D3B44
Black with #0D3B44
Text Example
Text Example
White with #0D3B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3B44; }
p { color: rgb(13,59,68); }
H1.HeaderClassName
{
color: #0D3B44;
}
.AnyTagClassName
{
color: #0D3B44;
}
</style>
background-color css
<style>
a { background-color: #0D3B44; }
a { background-color: rgb(13,59,68); }
div.DivClassName
{
background-color: #0D3B44;
}
.BgClassName
{
background-color: #0D3B44;
}
</style>
border-color css
<style>
span { border-color: #0D3B44; }
span { border-color: rgb(13,59,68); }
td.TdClassName
{
border-color: #0D3B44;
}
.TagClassName
{
border-color: #0D3B44;
}
</style>