Shades of Nordic #0D343C
Tints of Nordic #0D343C
RGB
CMYK
RGB Variations
Color information
#0D343C (or 0x0D343C) is known color: Nordic. HEX triplet: 0D, 34 and 3C. RGB value is (13,52,60). Sum of RGB (Red+Green+Blue) = 13+52+60=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D343C is #F2CBC3. Grayscale: #292929. Windows color (decimal): -15911876 or 3945485. OLE color: 3945485.
HSL color Cylindrical-coordinate representation of color #0D343C: hue angle of 190.21º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D343C is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 52 | 60 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.76 |
| HSL | 190.21º | 0.64% | 0.14% | - |
| HSV(B) | 190.21º | 0.78% | 0.24% | - |
| XYZ | 2.21 | 2.87 | 4.71 | - |
| YUV | 41.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 60 | 0.78 | 0.13 | 0 | 0.76 | 190.21 | 0.64 | 0.14 |
| Hex | D | 34 | 3C | 4E | D | 0 | 4C | BE | 40 | E |
| Octal | 15 | 64 | 74 | 116 | 15 | 0 | 114 | 276 | 100 | 16 |
| Binary | 1101 | 110100 | 111100 | 1001110 | 1101 | 0 | 1001100 | 10111110 | 1000000 | 1110 |
Color Harmonies of #0D343C
Complementary color
Monochromatic Colors of #0D343C
Black with #0D343C
Text Example
Text Example
White with #0D343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D343C; }
p { color: rgb(13,52,60); }
H1.HeaderClassName
{
color: #0D343C;
}
.AnyTagClassName
{
color: #0D343C;
}
</style>
background-color css
<style>
a { background-color: #0D343C; }
a { background-color: rgb(13,52,60); }
div.DivClassName
{
background-color: #0D343C;
}
.BgClassName
{
background-color: #0D343C;
}
</style>
border-color css
<style>
span { border-color: #0D343C; }
span { border-color: rgb(13,52,60); }
td.TdClassName
{
border-color: #0D343C;
}
.TagClassName
{
border-color: #0D343C;
}
</style>