Shades of Nordic #133A3B
Tints of Nordic #133A3B
RGB
CMYK
RGB Variations
Color information
#133A3B (or 0x133A3B) is known color: Nordic. HEX triplet: 13, 3A and 3B. RGB value is (19,58,59). Sum of RGB (Red+Green+Blue) = 19+58+59=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #133A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A3B is #ECC5C4. Grayscale: #2E2E2E. Windows color (decimal): -15517125 or 3881491. OLE color: 3881491.
HSL color Cylindrical-coordinate representation of color #133A3B: hue angle of 181.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133A3B is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 59 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.77 |
| HSL | 181.5º | 0.51% | 0.15% | - |
| HSV(B) | 181.5º | 0.68% | 0.23% | - |
| XYZ | 2.57 | 3.48 | 4.67 | - |
| YUV | 46.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 59 | 0.68 | 0.02 | 0 | 0.77 | 181.5 | 0.51 | 0.15 |
| Hex | 13 | 3A | 3B | 44 | 2 | 0 | 4D | B6 | 33 | F |
| Octal | 23 | 72 | 73 | 104 | 2 | 0 | 115 | 266 | 63 | 17 |
| Binary | 10011 | 111010 | 111011 | 1000100 | 10 | 0 | 1001101 | 10110110 | 110011 | 1111 |
Color Harmonies of #133A3B
Complementary color
Monochromatic Colors of #133A3B
Black with #133A3B
Text Example
Text Example
White with #133A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A3B; }
p { color: rgb(19,58,59); }
H1.HeaderClassName
{
color: #133A3B;
}
.AnyTagClassName
{
color: #133A3B;
}
</style>
background-color css
<style>
a { background-color: #133A3B; }
a { background-color: rgb(19,58,59); }
div.DivClassName
{
background-color: #133A3B;
}
.BgClassName
{
background-color: #133A3B;
}
</style>
border-color css
<style>
span { border-color: #133A3B; }
span { border-color: rgb(19,58,59); }
td.TdClassName
{
border-color: #133A3B;
}
.TagClassName
{
border-color: #133A3B;
}
</style>