Shades of Nordic #0D323B
Tints of Nordic #0D323B
RGB
CMYK
RGB Variations
Color information
#0D323B (or 0x0D323B) is known color: Nordic. HEX triplet: 0D, 32 and 3B. RGB value is (13,50,59). Sum of RGB (Red+Green+Blue) = 13+50+59=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D323B is #F2CDC4. Grayscale: #272727. Windows color (decimal): -15912389 or 3879437. OLE color: 3879437.
HSL color Cylindrical-coordinate representation of color #0D323B: hue angle of 191.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D323B is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 50 | 59 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.77 |
| HSL | 191.74º | 0.64% | 0.14% | - |
| HSV(B) | 191.74º | 0.78% | 0.23% | - |
| XYZ | 2.1 | 2.68 | 4.54 | - |
| YUV | 39.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 59 | 0.78 | 0.15 | 0 | 0.77 | 191.74 | 0.64 | 0.14 |
| Hex | D | 32 | 3B | 4E | F | 0 | 4D | C0 | 40 | E |
| Octal | 15 | 62 | 73 | 116 | 17 | 0 | 115 | 300 | 100 | 16 |
| Binary | 1101 | 110010 | 111011 | 1001110 | 1111 | 0 | 1001101 | 11000000 | 1000000 | 1110 |
Color Harmonies of #0D323B
Complementary color
Monochromatic Colors of #0D323B
Black with #0D323B
Text Example
Text Example
White with #0D323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D323B; }
p { color: rgb(13,50,59); }
H1.HeaderClassName
{
color: #0D323B;
}
.AnyTagClassName
{
color: #0D323B;
}
</style>
background-color css
<style>
a { background-color: #0D323B; }
a { background-color: rgb(13,50,59); }
div.DivClassName
{
background-color: #0D323B;
}
.BgClassName
{
background-color: #0D323B;
}
</style>
border-color css
<style>
span { border-color: #0D323B; }
span { border-color: rgb(13,50,59); }
td.TdClassName
{
border-color: #0D323B;
}
.TagClassName
{
border-color: #0D323B;
}
</style>