Shades of Nordic #0D343A
Tints of Nordic #0D343A
RGB
CMYK
RGB Variations
Color information
#0D343A (or 0x0D343A) is known color: Nordic. HEX triplet: 0D, 34 and 3A. RGB value is (13,52,58). Sum of RGB (Red+Green+Blue) = 13+52+58=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D343A is #F2CBC5. Grayscale: #282828. Windows color (decimal): -15911878 or 3814413. OLE color: 3814413.
HSL color Cylindrical-coordinate representation of color #0D343A: hue angle of 188º degrees, saturation: 0.63, 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 #0D343A is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 52 | 58 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.77 |
| HSL | 188º | 0.63% | 0.14% | - |
| HSV(B) | 188º | 0.78% | 0.23% | - |
| XYZ | 2.16 | 2.85 | 4.44 | - |
| YUV | 41.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 58 | 0.78 | 0.10 | 0 | 0.77 | 188 | 0.63 | 0.14 |
| Hex | D | 34 | 3A | 4E | A | 0 | 4D | BC | 3F | E |
| Octal | 15 | 64 | 72 | 116 | 12 | 0 | 115 | 274 | 77 | 16 |
| Binary | 1101 | 110100 | 111010 | 1001110 | 1010 | 0 | 1001101 | 10111100 | 111111 | 1110 |
Color Harmonies of #0D343A
Complementary color
Monochromatic Colors of #0D343A
Black with #0D343A
Text Example
Text Example
White with #0D343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D343A; }
p { color: rgb(13,52,58); }
H1.HeaderClassName
{
color: #0D343A;
}
.AnyTagClassName
{
color: #0D343A;
}
</style>
background-color css
<style>
a { background-color: #0D343A; }
a { background-color: rgb(13,52,58); }
div.DivClassName
{
background-color: #0D343A;
}
.BgClassName
{
background-color: #0D343A;
}
</style>
border-color css
<style>
span { border-color: #0D343A; }
span { border-color: rgb(13,52,58); }
td.TdClassName
{
border-color: #0D343A;
}
.TagClassName
{
border-color: #0D343A;
}
</style>