Shades of Nordic #132E31
Tints of Nordic #132E31
RGB
CMYK
RGB Variations
Color information
#132E31 (or 0x132E31) is known color: Nordic. HEX triplet: 13, 2E and 31. RGB value is (19,46,49). Sum of RGB (Red+Green+Blue) = 19+46+49=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #132E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E31 is #ECD1CE. Grayscale: #262626. Windows color (decimal): -15520207 or 3223059. OLE color: 3223059.
HSL color Cylindrical-coordinate representation of color #132E31: hue angle of 186º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132E31 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 46 | 49 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.81 |
| HSL | 186º | 0.44% | 0.13% | - |
| HSV(B) | 186º | 0.61% | 0.19% | - |
| XYZ | 1.8 | 2.31 | 3.26 | - |
| YUV | 38.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 49 | 0.61 | 0.06 | 0 | 0.81 | 186 | 0.44 | 0.13 |
| Hex | 13 | 2E | 31 | 3D | 6 | 0 | 51 | BA | 2C | D |
| Octal | 23 | 56 | 61 | 75 | 6 | 0 | 121 | 272 | 54 | 15 |
| Binary | 10011 | 101110 | 110001 | 111101 | 110 | 0 | 1010001 | 10111010 | 101100 | 1101 |
Color Harmonies of #132E31
Complementary color
Monochromatic Colors of #132E31
Black with #132E31
Text Example
Text Example
White with #132E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E31; }
p { color: rgb(19,46,49); }
H1.HeaderClassName
{
color: #132E31;
}
.AnyTagClassName
{
color: #132E31;
}
</style>
background-color css
<style>
a { background-color: #132E31; }
a { background-color: rgb(19,46,49); }
div.DivClassName
{
background-color: #132E31;
}
.BgClassName
{
background-color: #132E31;
}
</style>
border-color css
<style>
span { border-color: #132E31; }
span { border-color: rgb(19,46,49); }
td.TdClassName
{
border-color: #132E31;
}
.TagClassName
{
border-color: #132E31;
}
</style>