Shades of Nordic #15393F
Tints of Nordic #15393F
RGB
CMYK
RGB Variations
Color information
#15393F (or 0x15393F) is known color: Nordic. HEX triplet: 15, 39 and 3F. RGB value is (21,57,63). Sum of RGB (Red+Green+Blue) = 21+57+63=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #15393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15393F is #EAC6C0. Grayscale: #2E2E2E. Windows color (decimal): -15386305 or 4143381. OLE color: 4143381.
HSL color Cylindrical-coordinate representation of color #15393F: hue angle of 188.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15393F is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 57 | 63 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.75 |
| HSL | 188.57º | 0.5% | 0.16% | - |
| HSV(B) | 188.57º | 0.67% | 0.25% | - |
| XYZ | 2.67 | 3.44 | 5.23 | - |
| YUV | 46.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 63 | 0.67 | 0.10 | 0 | 0.75 | 188.57 | 0.5 | 0.16 |
| Hex | 15 | 39 | 3F | 43 | A | 0 | 4B | BD | 32 | 10 |
| Octal | 25 | 71 | 77 | 103 | 12 | 0 | 113 | 275 | 62 | 20 |
| Binary | 10101 | 111001 | 111111 | 1000011 | 1010 | 0 | 1001011 | 10111101 | 110010 | 10000 |
Color Harmonies of #15393F
Complementary color
Monochromatic Colors of #15393F
Black with #15393F
Text Example
Text Example
White with #15393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15393F; }
p { color: rgb(21,57,63); }
H1.HeaderClassName
{
color: #15393F;
}
.AnyTagClassName
{
color: #15393F;
}
</style>
background-color css
<style>
a { background-color: #15393F; }
a { background-color: rgb(21,57,63); }
div.DivClassName
{
background-color: #15393F;
}
.BgClassName
{
background-color: #15393F;
}
</style>
border-color css
<style>
span { border-color: #15393F; }
span { border-color: rgb(21,57,63); }
td.TdClassName
{
border-color: #15393F;
}
.TagClassName
{
border-color: #15393F;
}
</style>