Shades of Nordic #0D363A
Tints of Nordic #0D363A
RGB
CMYK
RGB Variations
Color information
#0D363A (or 0x0D363A) is known color: Nordic. HEX triplet: 0D, 36 and 3A. RGB value is (13,54,58). Sum of RGB (Red+Green+Blue) = 13+54+58=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D363A is #F2C9C5. Grayscale: #2A2A2A. Windows color (decimal): -15911366 or 3814925. OLE color: 3814925.
HSL color Cylindrical-coordinate representation of color #0D363A: hue angle of 185.33º 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 #0D363A is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 54 | 58 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.77 |
| HSL | 185.33º | 0.63% | 0.14% | - |
| HSV(B) | 185.33º | 0.78% | 0.23% | - |
| XYZ | 2.25 | 3.03 | 4.47 | - |
| YUV | 42.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 58 | 0.78 | 0.07 | 0 | 0.77 | 185.33 | 0.63 | 0.14 |
| Hex | D | 36 | 3A | 4E | 7 | 0 | 4D | B9 | 3F | E |
| Octal | 15 | 66 | 72 | 116 | 7 | 0 | 115 | 271 | 77 | 16 |
| Binary | 1101 | 110110 | 111010 | 1001110 | 111 | 0 | 1001101 | 10111001 | 111111 | 1110 |
Color Harmonies of #0D363A
Complementary color
Monochromatic Colors of #0D363A
Black with #0D363A
Text Example
Text Example
White with #0D363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D363A; }
p { color: rgb(13,54,58); }
H1.HeaderClassName
{
color: #0D363A;
}
.AnyTagClassName
{
color: #0D363A;
}
</style>
background-color css
<style>
a { background-color: #0D363A; }
a { background-color: rgb(13,54,58); }
div.DivClassName
{
background-color: #0D363A;
}
.BgClassName
{
background-color: #0D363A;
}
</style>
border-color css
<style>
span { border-color: #0D363A; }
span { border-color: rgb(13,54,58); }
td.TdClassName
{
border-color: #0D363A;
}
.TagClassName
{
border-color: #0D363A;
}
</style>