Shades of Nordic #0D3845
Tints of Nordic #0D3845
RGB
CMYK
RGB Variations
Color information
#0D3845 (or 0x0D3845) is known color: Nordic. HEX triplet: 0D, 38 and 45. RGB value is (13,56,69). Sum of RGB (Red+Green+Blue) = 13+56+69=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D3845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3845 is #F2C7BA. Grayscale: #2C2C2C. Windows color (decimal): -15910843 or 4536333. OLE color: 4536333.
HSL color Cylindrical-coordinate representation of color #0D3845: hue angle of 193.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3845 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 56 | 69 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.73 |
| HSL | 193.93º | 0.68% | 0.16% | - |
| HSV(B) | 193.93º | 0.81% | 0.27% | - |
| XYZ | 2.65 | 3.34 | 6.14 | - |
| YUV | 44.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 69 | 0.81 | 0.19 | 0 | 0.73 | 193.93 | 0.68 | 0.16 |
| Hex | D | 38 | 45 | 51 | 13 | 0 | 49 | C2 | 44 | 10 |
| Octal | 15 | 70 | 105 | 121 | 23 | 0 | 111 | 302 | 104 | 20 |
| Binary | 1101 | 111000 | 1000101 | 1010001 | 10011 | 0 | 1001001 | 11000010 | 1000100 | 10000 |
Color Harmonies of #0D3845
Complementary color
Monochromatic Colors of #0D3845
Black with #0D3845
Text Example
Text Example
White with #0D3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3845; }
p { color: rgb(13,56,69); }
H1.HeaderClassName
{
color: #0D3845;
}
.AnyTagClassName
{
color: #0D3845;
}
</style>
background-color css
<style>
a { background-color: #0D3845; }
a { background-color: rgb(13,56,69); }
div.DivClassName
{
background-color: #0D3845;
}
.BgClassName
{
background-color: #0D3845;
}
</style>
border-color css
<style>
span { border-color: #0D3845; }
span { border-color: rgb(13,56,69); }
td.TdClassName
{
border-color: #0D3845;
}
.TagClassName
{
border-color: #0D3845;
}
</style>