Shades of Nordic #0D383A
Tints of Nordic #0D383A
RGB
CMYK
RGB Variations
Color information
#0D383A (or 0x0D383A) is known color: Nordic. HEX triplet: 0D, 38 and 3A. RGB value is (13,56,58). Sum of RGB (Red+Green+Blue) = 13+56+58=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D383A is #F2C7C5. Grayscale: #2B2B2B. Windows color (decimal): -15910854 or 3815437. OLE color: 3815437.
HSL color Cylindrical-coordinate representation of color #0D383A: hue angle of 182.67º 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 #0D383A is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 56 | 58 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.77 |
| HSL | 182.67º | 0.63% | 0.14% | - |
| HSV(B) | 182.67º | 0.78% | 0.23% | - |
| XYZ | 2.34 | 3.22 | 4.5 | - |
| YUV | 43.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 58 | 0.78 | 0.03 | 0 | 0.77 | 182.67 | 0.63 | 0.14 |
| Hex | D | 38 | 3A | 4E | 3 | 0 | 4D | B7 | 3F | E |
| Octal | 15 | 70 | 72 | 116 | 3 | 0 | 115 | 267 | 77 | 16 |
| Binary | 1101 | 111000 | 111010 | 1001110 | 11 | 0 | 1001101 | 10110111 | 111111 | 1110 |
Color Harmonies of #0D383A
Complementary color
Monochromatic Colors of #0D383A
Black with #0D383A
Text Example
Text Example
White with #0D383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D383A; }
p { color: rgb(13,56,58); }
H1.HeaderClassName
{
color: #0D383A;
}
.AnyTagClassName
{
color: #0D383A;
}
</style>
background-color css
<style>
a { background-color: #0D383A; }
a { background-color: rgb(13,56,58); }
div.DivClassName
{
background-color: #0D383A;
}
.BgClassName
{
background-color: #0D383A;
}
</style>
border-color css
<style>
span { border-color: #0D383A; }
span { border-color: rgb(13,56,58); }
td.TdClassName
{
border-color: #0D383A;
}
.TagClassName
{
border-color: #0D383A;
}
</style>