Shades of Nordic #0D353E
Tints of Nordic #0D353E
RGB
CMYK
RGB Variations
Color information
#0D353E (or 0x0D353E) is known color: Nordic. HEX triplet: 0D, 35 and 3E. RGB value is (13,53,62). Sum of RGB (Red+Green+Blue) = 13+53+62=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D353E is #F2CAC1. Grayscale: #292929. Windows color (decimal): -15911618 or 4076813. OLE color: 4076813.
HSL color Cylindrical-coordinate representation of color #0D353E: hue angle of 191.02º 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 #0D353E is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 53 | 62 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.76 |
| HSL | 191.02º | 0.65% | 0.15% | - |
| HSV(B) | 191.02º | 0.79% | 0.24% | - |
| XYZ | 2.31 | 2.98 | 5.01 | - |
| YUV | 42.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 62 | 0.79 | 0.15 | 0 | 0.76 | 191.02 | 0.65 | 0.15 |
| Hex | D | 35 | 3E | 4F | F | 0 | 4C | BF | 41 | F |
| Octal | 15 | 65 | 76 | 117 | 17 | 0 | 114 | 277 | 101 | 17 |
| Binary | 1101 | 110101 | 111110 | 1001111 | 1111 | 0 | 1001100 | 10111111 | 1000001 | 1111 |
Color Harmonies of #0D353E
Complementary color
Monochromatic Colors of #0D353E
Black with #0D353E
Text Example
Text Example
White with #0D353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D353E; }
p { color: rgb(13,53,62); }
H1.HeaderClassName
{
color: #0D353E;
}
.AnyTagClassName
{
color: #0D353E;
}
</style>
background-color css
<style>
a { background-color: #0D353E; }
a { background-color: rgb(13,53,62); }
div.DivClassName
{
background-color: #0D353E;
}
.BgClassName
{
background-color: #0D353E;
}
</style>
border-color css
<style>
span { border-color: #0D353E; }
span { border-color: rgb(13,53,62); }
td.TdClassName
{
border-color: #0D353E;
}
.TagClassName
{
border-color: #0D353E;
}
</style>