Shades of Nordic #15333A
Tints of Nordic #15333A
RGB
CMYK
RGB Variations
Color information
#15333A (or 0x15333A) is known color: Nordic. HEX triplet: 15, 33 and 3A. RGB value is (21,51,58). Sum of RGB (Red+Green+Blue) = 21+51+58=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #15333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15333A is #EACCC5. Grayscale: #2A2A2A. Windows color (decimal): -15387846 or 3814165. OLE color: 3814165.
HSL color Cylindrical-coordinate representation of color #15333A: hue angle of 191.35º 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 #15333A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 51 | 58 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.77 |
| HSL | 191.35º | 0.47% | 0.15% | - |
| HSV(B) | 191.35º | 0.64% | 0.23% | - |
| XYZ | 2.26 | 2.83 | 4.43 | - |
| YUV | 42.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 58 | 0.64 | 0.12 | 0 | 0.77 | 191.35 | 0.47 | 0.15 |
| Hex | 15 | 33 | 3A | 40 | C | 0 | 4D | BF | 2F | F |
| Octal | 25 | 63 | 72 | 100 | 14 | 0 | 115 | 277 | 57 | 17 |
| Binary | 10101 | 110011 | 111010 | 1000000 | 1100 | 0 | 1001101 | 10111111 | 101111 | 1111 |
Color Harmonies of #15333A
Complementary color
Monochromatic Colors of #15333A
Black with #15333A
Text Example
Text Example
White with #15333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15333A; }
p { color: rgb(21,51,58); }
H1.HeaderClassName
{
color: #15333A;
}
.AnyTagClassName
{
color: #15333A;
}
</style>
background-color css
<style>
a { background-color: #15333A; }
a { background-color: rgb(21,51,58); }
div.DivClassName
{
background-color: #15333A;
}
.BgClassName
{
background-color: #15333A;
}
</style>
border-color css
<style>
span { border-color: #15333A; }
span { border-color: rgb(21,51,58); }
td.TdClassName
{
border-color: #15333A;
}
.TagClassName
{
border-color: #15333A;
}
</style>