Shades of Nordic #0D3638
Tints of Nordic #0D3638
RGB
CMYK
RGB Variations
Color information
#0D3638 (or 0x0D3638) is known color: Nordic. HEX triplet: 0D, 36 and 38. RGB value is (13,54,56). Sum of RGB (Red+Green+Blue) = 13+54+56=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3638 is #F2C9C7. Grayscale: #292929. Windows color (decimal): -15911368 or 3683853. OLE color: 3683853.
HSL color Cylindrical-coordinate representation of color #0D3638: hue angle of 182.79º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3638 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 54 | 56 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.78 |
| HSL | 182.79º | 0.62% | 0.14% | - |
| HSV(B) | 182.79º | 0.77% | 0.22% | - |
| XYZ | 2.2 | 3.01 | 4.21 | - |
| YUV | 41.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 56 | 0.77 | 0.04 | 0 | 0.78 | 182.79 | 0.62 | 0.14 |
| Hex | D | 36 | 38 | 4D | 4 | 0 | 4E | B7 | 3E | E |
| Octal | 15 | 66 | 70 | 115 | 4 | 0 | 116 | 267 | 76 | 16 |
| Binary | 1101 | 110110 | 111000 | 1001101 | 100 | 0 | 1001110 | 10110111 | 111110 | 1110 |
Color Harmonies of #0D3638
Complementary color
Monochromatic Colors of #0D3638
Black with #0D3638
Text Example
Text Example
White with #0D3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3638; }
p { color: rgb(13,54,56); }
H1.HeaderClassName
{
color: #0D3638;
}
.AnyTagClassName
{
color: #0D3638;
}
</style>
background-color css
<style>
a { background-color: #0D3638; }
a { background-color: rgb(13,54,56); }
div.DivClassName
{
background-color: #0D3638;
}
.BgClassName
{
background-color: #0D3638;
}
</style>
border-color css
<style>
span { border-color: #0D3638; }
span { border-color: rgb(13,54,56); }
td.TdClassName
{
border-color: #0D3638;
}
.TagClassName
{
border-color: #0D3638;
}
</style>