Shades of Nordic #0D3642
Tints of Nordic #0D3642
RGB
CMYK
RGB Variations
Color information
#0D3642 (or 0x0D3642) is known color: Nordic. HEX triplet: 0D, 36 and 42. RGB value is (13,54,66). Sum of RGB (Red+Green+Blue) = 13+54+66=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #0D3642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3642 is #F2C9BD. Grayscale: #2B2B2B. Windows color (decimal): -15911358 or 4339213. OLE color: 4339213.
HSL color Cylindrical-coordinate representation of color #0D3642: hue angle of 193.58º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3642 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 54 | 66 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.74 |
| HSL | 193.58º | 0.67% | 0.15% | - |
| HSV(B) | 193.58º | 0.8% | 0.26% | - |
| XYZ | 2.47 | 3.12 | 5.63 | - |
| YUV | 43.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 66 | 0.80 | 0.18 | 0 | 0.74 | 193.58 | 0.67 | 0.15 |
| Hex | D | 36 | 42 | 50 | 12 | 0 | 4A | C2 | 43 | F |
| Octal | 15 | 66 | 102 | 120 | 22 | 0 | 112 | 302 | 103 | 17 |
| Binary | 1101 | 110110 | 1000010 | 1010000 | 10010 | 0 | 1001010 | 11000010 | 1000011 | 1111 |
Color Harmonies of #0D3642
Complementary color
Monochromatic Colors of #0D3642
Black with #0D3642
Text Example
Text Example
White with #0D3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3642; }
p { color: rgb(13,54,66); }
H1.HeaderClassName
{
color: #0D3642;
}
.AnyTagClassName
{
color: #0D3642;
}
</style>
background-color css
<style>
a { background-color: #0D3642; }
a { background-color: rgb(13,54,66); }
div.DivClassName
{
background-color: #0D3642;
}
.BgClassName
{
background-color: #0D3642;
}
</style>
border-color css
<style>
span { border-color: #0D3642; }
span { border-color: rgb(13,54,66); }
td.TdClassName
{
border-color: #0D3642;
}
.TagClassName
{
border-color: #0D3642;
}
</style>