Shades of Nordic #15373C
Tints of Nordic #15373C
RGB
CMYK
RGB Variations
Color information
#15373C (or 0x15373C) is known color: Nordic. HEX triplet: 15, 37 and 3C. RGB value is (21,55,60). Sum of RGB (Red+Green+Blue) = 21+55+60=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #15373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15373C is #EAC8C3. Grayscale: #2D2D2D. Windows color (decimal): -15386820 or 3946261. OLE color: 3946261.
HSL color Cylindrical-coordinate representation of color #15373C: hue angle of 187.69º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15373C is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 55 | 60 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.76 |
| HSL | 187.69º | 0.48% | 0.16% | - |
| HSV(B) | 187.69º | 0.65% | 0.24% | - |
| XYZ | 2.49 | 3.22 | 4.76 | - |
| YUV | 45.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 60 | 0.65 | 0.08 | 0 | 0.76 | 187.69 | 0.48 | 0.16 |
| Hex | 15 | 37 | 3C | 41 | 8 | 0 | 4C | BC | 30 | 10 |
| Octal | 25 | 67 | 74 | 101 | 10 | 0 | 114 | 274 | 60 | 20 |
| Binary | 10101 | 110111 | 111100 | 1000001 | 1000 | 0 | 1001100 | 10111100 | 110000 | 10000 |
Color Harmonies of #15373C
Complementary color
Monochromatic Colors of #15373C
Black with #15373C
Text Example
Text Example
White with #15373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15373C; }
p { color: rgb(21,55,60); }
H1.HeaderClassName
{
color: #15373C;
}
.AnyTagClassName
{
color: #15373C;
}
</style>
background-color css
<style>
a { background-color: #15373C; }
a { background-color: rgb(21,55,60); }
div.DivClassName
{
background-color: #15373C;
}
.BgClassName
{
background-color: #15373C;
}
</style>
border-color css
<style>
span { border-color: #15373C; }
span { border-color: rgb(21,55,60); }
td.TdClassName
{
border-color: #15373C;
}
.TagClassName
{
border-color: #15373C;
}
</style>