Shades of Nordic #0D2E38
Tints of Nordic #0D2E38
RGB
CMYK
RGB Variations
Color information
#0D2E38 (or 0x0D2E38) is known color: Nordic. HEX triplet: 0D, 2E and 38. RGB value is (13,46,56). Sum of RGB (Red+Green+Blue) = 13+46+56=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D2E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E38 is #F2D1C7. Grayscale: #252525. Windows color (decimal): -15913416 or 3681805. OLE color: 3681805.
HSL color Cylindrical-coordinate representation of color #0D2E38: hue angle of 193.95º 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 #0D2E38 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 46 | 56 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.78 |
| HSL | 193.95º | 0.62% | 0.14% | - |
| HSV(B) | 193.95º | 0.77% | 0.22% | - |
| XYZ | 1.86 | 2.33 | 4.09 | - |
| YUV | 37.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 56 | 0.77 | 0.18 | 0 | 0.78 | 193.95 | 0.62 | 0.14 |
| Hex | D | 2E | 38 | 4D | 12 | 0 | 4E | C2 | 3E | E |
| Octal | 15 | 56 | 70 | 115 | 22 | 0 | 116 | 302 | 76 | 16 |
| Binary | 1101 | 101110 | 111000 | 1001101 | 10010 | 0 | 1001110 | 11000010 | 111110 | 1110 |
Color Harmonies of #0D2E38
Complementary color
Monochromatic Colors of #0D2E38
Black with #0D2E38
Text Example
Text Example
White with #0D2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E38; }
p { color: rgb(13,46,56); }
H1.HeaderClassName
{
color: #0D2E38;
}
.AnyTagClassName
{
color: #0D2E38;
}
</style>
background-color css
<style>
a { background-color: #0D2E38; }
a { background-color: rgb(13,46,56); }
div.DivClassName
{
background-color: #0D2E38;
}
.BgClassName
{
background-color: #0D2E38;
}
</style>
border-color css
<style>
span { border-color: #0D2E38; }
span { border-color: rgb(13,46,56); }
td.TdClassName
{
border-color: #0D2E38;
}
.TagClassName
{
border-color: #0D2E38;
}
</style>