Shades of Nordic #11333B
Tints of Nordic #11333B
RGB
CMYK
RGB Variations
Color information
#11333B (or 0x11333B) is known color: Nordic. HEX triplet: 11, 33 and 3B. RGB value is (17,51,59). Sum of RGB (Red+Green+Blue) = 17+51+59=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #11333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11333B is #EECCC4. Grayscale: #292929. Windows color (decimal): -15649989 or 3879697. OLE color: 3879697.
HSL color Cylindrical-coordinate representation of color #11333B: hue angle of 191.43º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11333B is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 51 | 59 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.77 |
| HSL | 191.43º | 0.55% | 0.15% | - |
| HSV(B) | 191.43º | 0.71% | 0.23% | - |
| XYZ | 2.2 | 2.8 | 4.56 | - |
| YUV | 41.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 59 | 0.71 | 0.14 | 0 | 0.77 | 191.43 | 0.55 | 0.15 |
| Hex | 11 | 33 | 3B | 47 | E | 0 | 4D | BF | 37 | F |
| Octal | 21 | 63 | 73 | 107 | 16 | 0 | 115 | 277 | 67 | 17 |
| Binary | 10001 | 110011 | 111011 | 1000111 | 1110 | 0 | 1001101 | 10111111 | 110111 | 1111 |
Color Harmonies of #11333B
Complementary color
Monochromatic Colors of #11333B
Black with #11333B
Text Example
Text Example
White with #11333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11333B; }
p { color: rgb(17,51,59); }
H1.HeaderClassName
{
color: #11333B;
}
.AnyTagClassName
{
color: #11333B;
}
</style>
background-color css
<style>
a { background-color: #11333B; }
a { background-color: rgb(17,51,59); }
div.DivClassName
{
background-color: #11333B;
}
.BgClassName
{
background-color: #11333B;
}
</style>
border-color css
<style>
span { border-color: #11333B; }
span { border-color: rgb(17,51,59); }
td.TdClassName
{
border-color: #11333B;
}
.TagClassName
{
border-color: #11333B;
}
</style>