Shades of Nordic #113843
Tints of Nordic #113843
RGB
CMYK
RGB Variations
Color information
#113843 (or 0x113843) is known color: Nordic. HEX triplet: 11, 38 and 43. RGB value is (17,56,67). Sum of RGB (Red+Green+Blue) = 17+56+67=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #113843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113843 is #EEC7BC. Grayscale: #2D2D2D. Windows color (decimal): -15648701 or 4405265. OLE color: 4405265.
HSL color Cylindrical-coordinate representation of color #113843: hue angle of 193.2º 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 #113843 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 56 | 67 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.74 |
| HSL | 193.2º | 0.6% | 0.16% | - |
| HSV(B) | 193.2º | 0.75% | 0.26% | - |
| XYZ | 2.66 | 3.35 | 5.82 | - |
| YUV | 45.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 67 | 0.75 | 0.16 | 0 | 0.74 | 193.2 | 0.6 | 0.16 |
| Hex | 11 | 38 | 43 | 4B | 10 | 0 | 4A | C1 | 3C | 10 |
| Octal | 21 | 70 | 103 | 113 | 20 | 0 | 112 | 301 | 74 | 20 |
| Binary | 10001 | 111000 | 1000011 | 1001011 | 10000 | 0 | 1001010 | 11000001 | 111100 | 10000 |
Color Harmonies of #113843
Complementary color
Monochromatic Colors of #113843
Black with #113843
Text Example
Text Example
White with #113843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113843; }
p { color: rgb(17,56,67); }
H1.HeaderClassName
{
color: #113843;
}
.AnyTagClassName
{
color: #113843;
}
</style>
background-color css
<style>
a { background-color: #113843; }
a { background-color: rgb(17,56,67); }
div.DivClassName
{
background-color: #113843;
}
.BgClassName
{
background-color: #113843;
}
</style>
border-color css
<style>
span { border-color: #113843; }
span { border-color: rgb(17,56,67); }
td.TdClassName
{
border-color: #113843;
}
.TagClassName
{
border-color: #113843;
}
</style>