Shades of Nordic #15373E
Tints of Nordic #15373E
RGB
CMYK
RGB Variations
Color information
#15373E (or 0x15373E) is known color: Nordic. HEX triplet: 15, 37 and 3E. RGB value is (21,55,62). Sum of RGB (Red+Green+Blue) = 21+55+62=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #15373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15373E is #EAC8C1. Grayscale: #2D2D2D. Windows color (decimal): -15386818 or 4077333. OLE color: 4077333.
HSL color Cylindrical-coordinate representation of color #15373E: hue angle of 190.24º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15373E is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 55 | 62 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.76 |
| HSL | 190.24º | 0.49% | 0.16% | - |
| HSV(B) | 190.24º | 0.66% | 0.24% | - |
| XYZ | 2.54 | 3.24 | 5.05 | - |
| YUV | 45.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 62 | 0.66 | 0.11 | 0 | 0.76 | 190.24 | 0.49 | 0.16 |
| Hex | 15 | 37 | 3E | 42 | B | 0 | 4C | BE | 31 | 10 |
| Octal | 25 | 67 | 76 | 102 | 13 | 0 | 114 | 276 | 61 | 20 |
| Binary | 10101 | 110111 | 111110 | 1000010 | 1011 | 0 | 1001100 | 10111110 | 110001 | 10000 |
Color Harmonies of #15373E
Complementary color
Monochromatic Colors of #15373E
Black with #15373E
Text Example
Text Example
White with #15373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15373E; }
p { color: rgb(21,55,62); }
H1.HeaderClassName
{
color: #15373E;
}
.AnyTagClassName
{
color: #15373E;
}
</style>
background-color css
<style>
a { background-color: #15373E; }
a { background-color: rgb(21,55,62); }
div.DivClassName
{
background-color: #15373E;
}
.BgClassName
{
background-color: #15373E;
}
</style>
border-color css
<style>
span { border-color: #15373E; }
span { border-color: rgb(21,55,62); }
td.TdClassName
{
border-color: #15373E;
}
.TagClassName
{
border-color: #15373E;
}
</style>