Shades of Nordic #15353F
Tints of Nordic #15353F
RGB
CMYK
RGB Variations
Color information
#15353F (or 0x15353F) is known color: Nordic. HEX triplet: 15, 35 and 3F. RGB value is (21,53,63). Sum of RGB (Red+Green+Blue) = 21+53+63=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #15353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15353F is #EACAC0. Grayscale: #2C2C2C. Windows color (decimal): -15387329 or 4142357. OLE color: 4142357.
HSL color Cylindrical-coordinate representation of color #15353F: hue angle of 194.29º 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 #15353F is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 53 | 63 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.75 |
| HSL | 194.29º | 0.5% | 0.16% | - |
| HSV(B) | 194.29º | 0.67% | 0.25% | - |
| XYZ | 2.48 | 3.06 | 5.16 | - |
| YUV | 44.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 63 | 0.67 | 0.16 | 0 | 0.75 | 194.29 | 0.5 | 0.16 |
| Hex | 15 | 35 | 3F | 43 | 10 | 0 | 4B | C2 | 32 | 10 |
| Octal | 25 | 65 | 77 | 103 | 20 | 0 | 113 | 302 | 62 | 20 |
| Binary | 10101 | 110101 | 111111 | 1000011 | 10000 | 0 | 1001011 | 11000010 | 110010 | 10000 |
Color Harmonies of #15353F
Complementary color
Monochromatic Colors of #15353F
Black with #15353F
Text Example
Text Example
White with #15353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15353F; }
p { color: rgb(21,53,63); }
H1.HeaderClassName
{
color: #15353F;
}
.AnyTagClassName
{
color: #15353F;
}
</style>
background-color css
<style>
a { background-color: #15353F; }
a { background-color: rgb(21,53,63); }
div.DivClassName
{
background-color: #15353F;
}
.BgClassName
{
background-color: #15353F;
}
</style>
border-color css
<style>
span { border-color: #15353F; }
span { border-color: rgb(21,53,63); }
td.TdClassName
{
border-color: #15353F;
}
.TagClassName
{
border-color: #15353F;
}
</style>