Shades of Nordic #0D2A2E
Tints of Nordic #0D2A2E
RGB
CMYK
RGB Variations
Color information
#0D2A2E (or 0x0D2A2E) is known color: Nordic. HEX triplet: 0D, 2A and 2E. RGB value is (13,42,46). Sum of RGB (Red+Green+Blue) = 13+42+46=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D2A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A2E is #F2D5D1. Grayscale: #212121. Windows color (decimal): -15914450 or 3025421. OLE color: 3025421.
HSL color Cylindrical-coordinate representation of color #0D2A2E: hue angle of 187.27º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2A2E is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 42 | 46 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.82 |
| HSL | 187.27º | 0.56% | 0.12% | - |
| HSV(B) | 187.27º | 0.72% | 0.18% | - |
| XYZ | 1.49 | 1.94 | 2.88 | - |
| YUV | 33.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 46 | 0.72 | 0.09 | 0 | 0.82 | 187.27 | 0.56 | 0.12 |
| Hex | D | 2A | 2E | 48 | 9 | 0 | 52 | BB | 38 | C |
| Octal | 15 | 52 | 56 | 110 | 11 | 0 | 122 | 273 | 70 | 14 |
| Binary | 1101 | 101010 | 101110 | 1001000 | 1001 | 0 | 1010010 | 10111011 | 111000 | 1100 |
Color Harmonies of #0D2A2E
Complementary color
Monochromatic Colors of #0D2A2E
Black with #0D2A2E
Text Example
Text Example
White with #0D2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A2E; }
p { color: rgb(13,42,46); }
H1.HeaderClassName
{
color: #0D2A2E;
}
.AnyTagClassName
{
color: #0D2A2E;
}
</style>
background-color css
<style>
a { background-color: #0D2A2E; }
a { background-color: rgb(13,42,46); }
div.DivClassName
{
background-color: #0D2A2E;
}
.BgClassName
{
background-color: #0D2A2E;
}
</style>
border-color css
<style>
span { border-color: #0D2A2E; }
span { border-color: rgb(13,42,46); }
td.TdClassName
{
border-color: #0D2A2E;
}
.TagClassName
{
border-color: #0D2A2E;
}
</style>