Shades of Nordic #133533
Tints of Nordic #133533
RGB
CMYK
RGB Variations
Color information
#133533 (or 0x133533) is known color: Nordic. HEX triplet: 13, 35 and 33. RGB value is (19,53,51). Sum of RGB (Red+Green+Blue) = 19+53+51=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #133533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133533 is #ECCACC. Grayscale: #2A2A2A. Windows color (decimal): -15518413 or 3355923. OLE color: 3355923.
HSL color Cylindrical-coordinate representation of color #133533: hue angle of 176.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133533 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 53 | 51 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.79 |
| HSL | 176.47º | 0.47% | 0.14% | - |
| HSV(B) | 176.47º | 0.64% | 0.21% | - |
| XYZ | 2.14 | 2.92 | 3.58 | - |
| YUV | 42.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 51 | 0.64 | 0 | 0.04 | 0.79 | 176.47 | 0.47 | 0.14 |
| Hex | 13 | 35 | 33 | 40 | 0 | 4 | 4F | B0 | 2F | E |
| Octal | 23 | 65 | 63 | 100 | 0 | 4 | 117 | 260 | 57 | 16 |
| Binary | 10011 | 110101 | 110011 | 1000000 | 0 | 100 | 1001111 | 10110000 | 101111 | 1110 |
Color Harmonies of #133533
Complementary color
Monochromatic Colors of #133533
Black with #133533
Text Example
Text Example
White with #133533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133533; }
p { color: rgb(19,53,51); }
H1.HeaderClassName
{
color: #133533;
}
.AnyTagClassName
{
color: #133533;
}
</style>
background-color css
<style>
a { background-color: #133533; }
a { background-color: rgb(19,53,51); }
div.DivClassName
{
background-color: #133533;
}
.BgClassName
{
background-color: #133533;
}
</style>
border-color css
<style>
span { border-color: #133533; }
span { border-color: rgb(19,53,51); }
td.TdClassName
{
border-color: #133533;
}
.TagClassName
{
border-color: #133533;
}
</style>