Shades of Nordic #133236
Tints of Nordic #133236
RGB
CMYK
RGB Variations
Color information
#133236 (or 0x133236) is known color: Nordic. HEX triplet: 13, 32 and 36. RGB value is (19,50,54). Sum of RGB (Red+Green+Blue) = 19+50+54=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #133236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133236 is #ECCDC9. Grayscale: #292929. Windows color (decimal): -15519178 or 3551763. OLE color: 3551763.
HSL color Cylindrical-coordinate representation of color #133236: hue angle of 186.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133236 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 50 | 54 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.79 |
| HSL | 186.86º | 0.48% | 0.14% | - |
| HSV(B) | 186.86º | 0.65% | 0.21% | - |
| XYZ | 2.08 | 2.69 | 3.9 | - |
| YUV | 41.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 54 | 0.65 | 0.07 | 0 | 0.79 | 186.86 | 0.48 | 0.14 |
| Hex | 13 | 32 | 36 | 41 | 7 | 0 | 4F | BB | 30 | E |
| Octal | 23 | 62 | 66 | 101 | 7 | 0 | 117 | 273 | 60 | 16 |
| Binary | 10011 | 110010 | 110110 | 1000001 | 111 | 0 | 1001111 | 10111011 | 110000 | 1110 |
Color Harmonies of #133236
Complementary color
Monochromatic Colors of #133236
Black with #133236
Text Example
Text Example
White with #133236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133236; }
p { color: rgb(19,50,54); }
H1.HeaderClassName
{
color: #133236;
}
.AnyTagClassName
{
color: #133236;
}
</style>
background-color css
<style>
a { background-color: #133236; }
a { background-color: rgb(19,50,54); }
div.DivClassName
{
background-color: #133236;
}
.BgClassName
{
background-color: #133236;
}
</style>
border-color css
<style>
span { border-color: #133236; }
span { border-color: rgb(19,50,54); }
td.TdClassName
{
border-color: #133236;
}
.TagClassName
{
border-color: #133236;
}
</style>