Shades of Nordic #0D3943
Tints of Nordic #0D3943
RGB
CMYK
RGB Variations
Color information
#0D3943 (or 0x0D3943) is known color: Nordic. HEX triplet: 0D, 39 and 43. RGB value is (13,57,67). Sum of RGB (Red+Green+Blue) = 13+57+67=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D3943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3943 is #F2C6BC. Grayscale: #2C2C2C. Windows color (decimal): -15910589 or 4405517. OLE color: 4405517.
HSL color Cylindrical-coordinate representation of color #0D3943: hue angle of 191.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3943 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 57 | 67 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.74 |
| HSL | 191.11º | 0.68% | 0.16% | - |
| HSV(B) | 191.11º | 0.81% | 0.26% | - |
| XYZ | 2.64 | 3.42 | 5.83 | - |
| YUV | 44.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 67 | 0.81 | 0.15 | 0 | 0.74 | 191.11 | 0.68 | 0.16 |
| Hex | D | 39 | 43 | 51 | F | 0 | 4A | BF | 44 | 10 |
| Octal | 15 | 71 | 103 | 121 | 17 | 0 | 112 | 277 | 104 | 20 |
| Binary | 1101 | 111001 | 1000011 | 1010001 | 1111 | 0 | 1001010 | 10111111 | 1000100 | 10000 |
Color Harmonies of #0D3943
Complementary color
Monochromatic Colors of #0D3943
Black with #0D3943
Text Example
Text Example
White with #0D3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3943; }
p { color: rgb(13,57,67); }
H1.HeaderClassName
{
color: #0D3943;
}
.AnyTagClassName
{
color: #0D3943;
}
</style>
background-color css
<style>
a { background-color: #0D3943; }
a { background-color: rgb(13,57,67); }
div.DivClassName
{
background-color: #0D3943;
}
.BgClassName
{
background-color: #0D3943;
}
</style>
border-color css
<style>
span { border-color: #0D3943; }
span { border-color: rgb(13,57,67); }
td.TdClassName
{
border-color: #0D3943;
}
.TagClassName
{
border-color: #0D3943;
}
</style>