Shades of Nordic #113C48
Tints of Nordic #113C48
RGB
CMYK
RGB Variations
Color information
#113C48 (or 0x113C48) is known color: Nordic. HEX triplet: 11, 3C and 48. RGB value is (17,60,72). Sum of RGB (Red+Green+Blue) = 17+60+72=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #113C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C48 is #EEC3B7. Grayscale: #303030. Windows color (decimal): -15647672 or 4733969. OLE color: 4733969.
HSL color Cylindrical-coordinate representation of color #113C48: hue angle of 193.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113C48 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 60 | 72 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.72 |
| HSL | 193.09º | 0.62% | 0.17% | - |
| HSV(B) | 193.09º | 0.76% | 0.28% | - |
| XYZ | 3.02 | 3.82 | 6.71 | - |
| YUV | 48.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 72 | 0.76 | 0.17 | 0 | 0.72 | 193.09 | 0.62 | 0.17 |
| Hex | 11 | 3C | 48 | 4C | 11 | 0 | 48 | C1 | 3E | 11 |
| Octal | 21 | 74 | 110 | 114 | 21 | 0 | 110 | 301 | 76 | 21 |
| Binary | 10001 | 111100 | 1001000 | 1001100 | 10001 | 0 | 1001000 | 11000001 | 111110 | 10001 |
Color Harmonies of #113C48
Complementary color
Monochromatic Colors of #113C48
Black with #113C48
Text Example
Text Example
White with #113C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C48; }
p { color: rgb(17,60,72); }
H1.HeaderClassName
{
color: #113C48;
}
.AnyTagClassName
{
color: #113C48;
}
</style>
background-color css
<style>
a { background-color: #113C48; }
a { background-color: rgb(17,60,72); }
div.DivClassName
{
background-color: #113C48;
}
.BgClassName
{
background-color: #113C48;
}
</style>
border-color css
<style>
span { border-color: #113C48; }
span { border-color: rgb(17,60,72); }
td.TdClassName
{
border-color: #113C48;
}
.TagClassName
{
border-color: #113C48;
}
</style>