Shades of Nordic #133B46
Tints of Nordic #133B46
RGB
CMYK
RGB Variations
Color information
#133B46 (or 0x133B46) is known color: Nordic. HEX triplet: 13, 3B and 46. RGB value is (19,59,70). Sum of RGB (Red+Green+Blue) = 19+59+70=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #133B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B46 is #ECC4B9. Grayscale: #303030. Windows color (decimal): -15516858 or 4602643. OLE color: 4602643.
HSL color Cylindrical-coordinate representation of color #133B46: hue angle of 192.94º 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 #133B46 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 59 | 70 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.73 |
| HSL | 192.94º | 0.57% | 0.17% | - |
| HSV(B) | 192.94º | 0.73% | 0.27% | - |
| XYZ | 2.94 | 3.71 | 6.36 | - |
| YUV | 48.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 70 | 0.73 | 0.16 | 0 | 0.73 | 192.94 | 0.57 | 0.17 |
| Hex | 13 | 3B | 46 | 49 | 10 | 0 | 49 | C1 | 39 | 11 |
| Octal | 23 | 73 | 106 | 111 | 20 | 0 | 111 | 301 | 71 | 21 |
| Binary | 10011 | 111011 | 1000110 | 1001001 | 10000 | 0 | 1001001 | 11000001 | 111001 | 10001 |
Color Harmonies of #133B46
Complementary color
Monochromatic Colors of #133B46
Black with #133B46
Text Example
Text Example
White with #133B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B46; }
p { color: rgb(19,59,70); }
H1.HeaderClassName
{
color: #133B46;
}
.AnyTagClassName
{
color: #133B46;
}
</style>
background-color css
<style>
a { background-color: #133B46; }
a { background-color: rgb(19,59,70); }
div.DivClassName
{
background-color: #133B46;
}
.BgClassName
{
background-color: #133B46;
}
</style>
border-color css
<style>
span { border-color: #133B46; }
span { border-color: rgb(19,59,70); }
td.TdClassName
{
border-color: #133B46;
}
.TagClassName
{
border-color: #133B46;
}
</style>