Shades of Nordic #133134
Tints of Nordic #133134
RGB
CMYK
RGB Variations
Color information
#133134 (or 0x133134) is known color: Nordic. HEX triplet: 13, 31 and 34. RGB value is (19,49,52). Sum of RGB (Red+Green+Blue) = 19+49+52=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #133134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133134 is #ECCECB. Grayscale: #282828. Windows color (decimal): -15519436 or 3420435. OLE color: 3420435.
HSL color Cylindrical-coordinate representation of color #133134: hue angle of 185.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133134 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 49 | 52 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.80 |
| HSL | 185.45º | 0.46% | 0.14% | - |
| HSV(B) | 185.45º | 0.63% | 0.2% | - |
| XYZ | 1.99 | 2.58 | 3.64 | - |
| YUV | 40.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 52 | 0.63 | 0.06 | 0 | 0.80 | 185.45 | 0.46 | 0.14 |
| Hex | 13 | 31 | 34 | 3F | 6 | 0 | 50 | B9 | 2E | E |
| Octal | 23 | 61 | 64 | 77 | 6 | 0 | 120 | 271 | 56 | 16 |
| Binary | 10011 | 110001 | 110100 | 111111 | 110 | 0 | 1010000 | 10111001 | 101110 | 1110 |
Color Harmonies of #133134
Complementary color
Monochromatic Colors of #133134
Black with #133134
Text Example
Text Example
White with #133134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133134; }
p { color: rgb(19,49,52); }
H1.HeaderClassName
{
color: #133134;
}
.AnyTagClassName
{
color: #133134;
}
</style>
background-color css
<style>
a { background-color: #133134; }
a { background-color: rgb(19,49,52); }
div.DivClassName
{
background-color: #133134;
}
.BgClassName
{
background-color: #133134;
}
</style>
border-color css
<style>
span { border-color: #133134; }
span { border-color: rgb(19,49,52); }
td.TdClassName
{
border-color: #133134;
}
.TagClassName
{
border-color: #133134;
}
</style>