Shades of Nordic #133D46
Tints of Nordic #133D46
RGB
CMYK
RGB Variations
Color information
#133D46 (or 0x133D46) is known color: Nordic. HEX triplet: 13, 3D and 46. RGB value is (19,61,70). Sum of RGB (Red+Green+Blue) = 19+61+70=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #133D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D46 is #ECC2B9. Grayscale: #313131. Windows color (decimal): -15516346 or 4603155. OLE color: 4603155.
HSL color Cylindrical-coordinate representation of color #133D46: hue angle of 190.59º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133D46 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 61 | 70 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.73 |
| HSL | 190.59º | 0.57% | 0.17% | - |
| HSV(B) | 190.59º | 0.73% | 0.27% | - |
| XYZ | 3.04 | 3.92 | 6.39 | - |
| YUV | 49.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 70 | 0.73 | 0.13 | 0 | 0.73 | 190.59 | 0.57 | 0.17 |
| Hex | 13 | 3D | 46 | 49 | D | 0 | 49 | BF | 39 | 11 |
| Octal | 23 | 75 | 106 | 111 | 15 | 0 | 111 | 277 | 71 | 21 |
| Binary | 10011 | 111101 | 1000110 | 1001001 | 1101 | 0 | 1001001 | 10111111 | 111001 | 10001 |
Color Harmonies of #133D46
Complementary color
Monochromatic Colors of #133D46
Black with #133D46
Text Example
Text Example
White with #133D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D46; }
p { color: rgb(19,61,70); }
H1.HeaderClassName
{
color: #133D46;
}
.AnyTagClassName
{
color: #133D46;
}
</style>
background-color css
<style>
a { background-color: #133D46; }
a { background-color: rgb(19,61,70); }
div.DivClassName
{
background-color: #133D46;
}
.BgClassName
{
background-color: #133D46;
}
</style>
border-color css
<style>
span { border-color: #133D46; }
span { border-color: rgb(19,61,70); }
td.TdClassName
{
border-color: #133D46;
}
.TagClassName
{
border-color: #133D46;
}
</style>