Shades of Nordic #0D393D
Tints of Nordic #0D393D
RGB
CMYK
RGB Variations
Color information
#0D393D (or 0x0D393D) is known color: Nordic. HEX triplet: 0D, 39 and 3D. RGB value is (13,57,61). Sum of RGB (Red+Green+Blue) = 13+57+61=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D393D is #F2C6C2. Grayscale: #2C2C2C. Windows color (decimal): -15910595 or 4012301. OLE color: 4012301.
HSL color Cylindrical-coordinate representation of color #0D393D: hue angle of 185º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D393D is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 57 | 61 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.76 |
| HSL | 185º | 0.65% | 0.15% | - |
| HSV(B) | 185º | 0.79% | 0.24% | - |
| XYZ | 2.47 | 3.35 | 4.93 | - |
| YUV | 44.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 61 | 0.79 | 0.07 | 0 | 0.76 | 185 | 0.65 | 0.15 |
| Hex | D | 39 | 3D | 4F | 7 | 0 | 4C | B9 | 41 | F |
| Octal | 15 | 71 | 75 | 117 | 7 | 0 | 114 | 271 | 101 | 17 |
| Binary | 1101 | 111001 | 111101 | 1001111 | 111 | 0 | 1001100 | 10111001 | 1000001 | 1111 |
Color Harmonies of #0D393D
Complementary color
Monochromatic Colors of #0D393D
Black with #0D393D
Text Example
Text Example
White with #0D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D393D; }
p { color: rgb(13,57,61); }
H1.HeaderClassName
{
color: #0D393D;
}
.AnyTagClassName
{
color: #0D393D;
}
</style>
background-color css
<style>
a { background-color: #0D393D; }
a { background-color: rgb(13,57,61); }
div.DivClassName
{
background-color: #0D393D;
}
.BgClassName
{
background-color: #0D393D;
}
</style>
border-color css
<style>
span { border-color: #0D393D; }
span { border-color: rgb(13,57,61); }
td.TdClassName
{
border-color: #0D393D;
}
.TagClassName
{
border-color: #0D393D;
}
</style>