Shades of Nordic #0D333F
Tints of Nordic #0D333F
RGB
CMYK
RGB Variations
Color information
#0D333F (or 0x0D333F) is known color: Nordic. HEX triplet: 0D, 33 and 3F. RGB value is (13,51,63). Sum of RGB (Red+Green+Blue) = 13+51+63=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D333F is #F2CCC0. Grayscale: #282828. Windows color (decimal): -15912129 or 4141837. OLE color: 4141837.
HSL color Cylindrical-coordinate representation of color #0D333F: hue angle of 194.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D333F is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 51 | 63 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.75 |
| HSL | 194.4º | 0.66% | 0.15% | - |
| HSV(B) | 194.4º | 0.79% | 0.25% | - |
| XYZ | 2.25 | 2.81 | 5.13 | - |
| YUV | 41.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 63 | 0.79 | 0.19 | 0 | 0.75 | 194.4 | 0.66 | 0.15 |
| Hex | D | 33 | 3F | 4F | 13 | 0 | 4B | C2 | 42 | F |
| Octal | 15 | 63 | 77 | 117 | 23 | 0 | 113 | 302 | 102 | 17 |
| Binary | 1101 | 110011 | 111111 | 1001111 | 10011 | 0 | 1001011 | 11000010 | 1000010 | 1111 |
Color Harmonies of #0D333F
Complementary color
Monochromatic Colors of #0D333F
Black with #0D333F
Text Example
Text Example
White with #0D333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D333F; }
p { color: rgb(13,51,63); }
H1.HeaderClassName
{
color: #0D333F;
}
.AnyTagClassName
{
color: #0D333F;
}
</style>
background-color css
<style>
a { background-color: #0D333F; }
a { background-color: rgb(13,51,63); }
div.DivClassName
{
background-color: #0D333F;
}
.BgClassName
{
background-color: #0D333F;
}
</style>
border-color css
<style>
span { border-color: #0D333F; }
span { border-color: rgb(13,51,63); }
td.TdClassName
{
border-color: #0D333F;
}
.TagClassName
{
border-color: #0D333F;
}
</style>