Shades of Nordic #15313A
Tints of Nordic #15313A
RGB
CMYK
RGB Variations
Color information
#15313A (or 0x15313A) is known color: Nordic. HEX triplet: 15, 31 and 3A. RGB value is (21,49,58). Sum of RGB (Red+Green+Blue) = 21+49+58=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #15313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313A is #EACEC5. Grayscale: #292929. Windows color (decimal): -15388358 or 3813653. OLE color: 3813653.
HSL color Cylindrical-coordinate representation of color #15313A: hue angle of 194.59º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15313A is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 49 | 58 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.77 |
| HSL | 194.59º | 0.47% | 0.15% | - |
| HSV(B) | 194.59º | 0.64% | 0.23% | - |
| XYZ | 2.17 | 2.66 | 4.4 | - |
| YUV | 41.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 58 | 0.64 | 0.16 | 0 | 0.77 | 194.59 | 0.47 | 0.15 |
| Hex | 15 | 31 | 3A | 40 | 10 | 0 | 4D | C3 | 2F | F |
| Octal | 25 | 61 | 72 | 100 | 20 | 0 | 115 | 303 | 57 | 17 |
| Binary | 10101 | 110001 | 111010 | 1000000 | 10000 | 0 | 1001101 | 11000011 | 101111 | 1111 |
Color Harmonies of #15313A
Complementary color
Monochromatic Colors of #15313A
Black with #15313A
Text Example
Text Example
White with #15313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15313A; }
p { color: rgb(21,49,58); }
H1.HeaderClassName
{
color: #15313A;
}
.AnyTagClassName
{
color: #15313A;
}
</style>
background-color css
<style>
a { background-color: #15313A; }
a { background-color: rgb(21,49,58); }
div.DivClassName
{
background-color: #15313A;
}
.BgClassName
{
background-color: #15313A;
}
</style>
border-color css
<style>
span { border-color: #15313A; }
span { border-color: rgb(21,49,58); }
td.TdClassName
{
border-color: #15313A;
}
.TagClassName
{
border-color: #15313A;
}
</style>