Shades of Nordic #113B43
Tints of Nordic #113B43
RGB
CMYK
RGB Variations
Color information
#113B43 (or 0x113B43) is known color: Nordic. HEX triplet: 11, 3B and 43. RGB value is (17,59,67). Sum of RGB (Red+Green+Blue) = 17+59+67=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #113B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B43 is #EEC4BC. Grayscale: #2F2F2F. Windows color (decimal): -15647933 or 4406033. OLE color: 4406033.
HSL color Cylindrical-coordinate representation of color #113B43: hue angle of 189.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113B43 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 59 | 67 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.74 |
| HSL | 189.6º | 0.6% | 0.16% | - |
| HSV(B) | 189.6º | 0.75% | 0.26% | - |
| XYZ | 2.81 | 3.65 | 5.87 | - |
| YUV | 47.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 67 | 0.75 | 0.12 | 0 | 0.74 | 189.6 | 0.6 | 0.16 |
| Hex | 11 | 3B | 43 | 4B | C | 0 | 4A | BE | 3C | 10 |
| Octal | 21 | 73 | 103 | 113 | 14 | 0 | 112 | 276 | 74 | 20 |
| Binary | 10001 | 111011 | 1000011 | 1001011 | 1100 | 0 | 1001010 | 10111110 | 111100 | 10000 |
Color Harmonies of #113B43
Complementary color
Monochromatic Colors of #113B43
Black with #113B43
Text Example
Text Example
White with #113B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B43; }
p { color: rgb(17,59,67); }
H1.HeaderClassName
{
color: #113B43;
}
.AnyTagClassName
{
color: #113B43;
}
</style>
background-color css
<style>
a { background-color: #113B43; }
a { background-color: rgb(17,59,67); }
div.DivClassName
{
background-color: #113B43;
}
.BgClassName
{
background-color: #113B43;
}
</style>
border-color css
<style>
span { border-color: #113B43; }
span { border-color: rgb(17,59,67); }
td.TdClassName
{
border-color: #113B43;
}
.TagClassName
{
border-color: #113B43;
}
</style>