Shades of Nordic #0D353D
Tints of Nordic #0D353D
RGB
CMYK
RGB Variations
Color information
#0D353D (or 0x0D353D) is known color: Nordic. HEX triplet: 0D, 35 and 3D. RGB value is (13,53,61). Sum of RGB (Red+Green+Blue) = 13+53+61=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D353D is #F2CAC2. Grayscale: #292929. Windows color (decimal): -15911619 or 4011277. OLE color: 4011277.
HSL color Cylindrical-coordinate representation of color #0D353D: hue angle of 190º 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 #0D353D is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 53 | 61 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.76 |
| HSL | 190º | 0.65% | 0.15% | - |
| HSV(B) | 190º | 0.79% | 0.24% | - |
| XYZ | 2.28 | 2.97 | 4.87 | - |
| YUV | 41.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 61 | 0.79 | 0.13 | 0 | 0.76 | 190 | 0.65 | 0.15 |
| Hex | D | 35 | 3D | 4F | D | 0 | 4C | BE | 41 | F |
| Octal | 15 | 65 | 75 | 117 | 15 | 0 | 114 | 276 | 101 | 17 |
| Binary | 1101 | 110101 | 111101 | 1001111 | 1101 | 0 | 1001100 | 10111110 | 1000001 | 1111 |
Color Harmonies of #0D353D
Complementary color
Monochromatic Colors of #0D353D
Black with #0D353D
Text Example
Text Example
White with #0D353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D353D; }
p { color: rgb(13,53,61); }
H1.HeaderClassName
{
color: #0D353D;
}
.AnyTagClassName
{
color: #0D353D;
}
</style>
background-color css
<style>
a { background-color: #0D353D; }
a { background-color: rgb(13,53,61); }
div.DivClassName
{
background-color: #0D353D;
}
.BgClassName
{
background-color: #0D353D;
}
</style>
border-color css
<style>
span { border-color: #0D353D; }
span { border-color: rgb(13,53,61); }
td.TdClassName
{
border-color: #0D353D;
}
.TagClassName
{
border-color: #0D353D;
}
</style>