Shades of Nordic #133337
Tints of Nordic #133337
RGB
CMYK
RGB Variations
Color information
#133337 (or 0x133337) is known color: Nordic. HEX triplet: 13, 33 and 37. RGB value is (19,51,55). Sum of RGB (Red+Green+Blue) = 19+51+55=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #133337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133337 is #ECCCC8. Grayscale: #292929. Windows color (decimal): -15518921 or 3617555. OLE color: 3617555.
HSL color Cylindrical-coordinate representation of color #133337: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133337 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 51 | 55 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.78 |
| HSL | 186.67º | 0.49% | 0.15% | - |
| HSV(B) | 186.67º | 0.65% | 0.22% | - |
| XYZ | 2.14 | 2.78 | 4.04 | - |
| YUV | 41.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 55 | 0.65 | 0.07 | 0 | 0.78 | 186.67 | 0.49 | 0.15 |
| Hex | 13 | 33 | 37 | 41 | 7 | 0 | 4E | BB | 31 | F |
| Octal | 23 | 63 | 67 | 101 | 7 | 0 | 116 | 273 | 61 | 17 |
| Binary | 10011 | 110011 | 110111 | 1000001 | 111 | 0 | 1001110 | 10111011 | 110001 | 1111 |
Color Harmonies of #133337
Complementary color
Monochromatic Colors of #133337
Black with #133337
Text Example
Text Example
White with #133337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133337; }
p { color: rgb(19,51,55); }
H1.HeaderClassName
{
color: #133337;
}
.AnyTagClassName
{
color: #133337;
}
</style>
background-color css
<style>
a { background-color: #133337; }
a { background-color: rgb(19,51,55); }
div.DivClassName
{
background-color: #133337;
}
.BgClassName
{
background-color: #133337;
}
</style>
border-color css
<style>
span { border-color: #133337; }
span { border-color: rgb(19,51,55); }
td.TdClassName
{
border-color: #133337;
}
.TagClassName
{
border-color: #133337;
}
</style>