Shades of Nordic #132E35
Tints of Nordic #132E35
RGB
CMYK
RGB Variations
Color information
#132E35 (or 0x132E35) is known color: Nordic. HEX triplet: 13, 2E and 35. RGB value is (19,46,53). Sum of RGB (Red+Green+Blue) = 19+46+53=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #132E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E35 is #ECD1CA. Grayscale: #262626. Windows color (decimal): -15520203 or 3485203. OLE color: 3485203.
HSL color Cylindrical-coordinate representation of color #132E35: hue angle of 192.35º 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 #132E35 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 46 | 53 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.79 |
| HSL | 192.35º | 0.47% | 0.14% | - |
| HSV(B) | 192.35º | 0.64% | 0.21% | - |
| XYZ | 1.89 | 2.35 | 3.72 | - |
| YUV | 38.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 53 | 0.64 | 0.13 | 0 | 0.79 | 192.35 | 0.47 | 0.14 |
| Hex | 13 | 2E | 35 | 40 | D | 0 | 4F | C0 | 2F | E |
| Octal | 23 | 56 | 65 | 100 | 15 | 0 | 117 | 300 | 57 | 16 |
| Binary | 10011 | 101110 | 110101 | 1000000 | 1101 | 0 | 1001111 | 11000000 | 101111 | 1110 |
Color Harmonies of #132E35
Complementary color
Monochromatic Colors of #132E35
Black with #132E35
Text Example
Text Example
White with #132E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E35; }
p { color: rgb(19,46,53); }
H1.HeaderClassName
{
color: #132E35;
}
.AnyTagClassName
{
color: #132E35;
}
</style>
background-color css
<style>
a { background-color: #132E35; }
a { background-color: rgb(19,46,53); }
div.DivClassName
{
background-color: #132E35;
}
.BgClassName
{
background-color: #132E35;
}
</style>
border-color css
<style>
span { border-color: #132E35; }
span { border-color: rgb(19,46,53); }
td.TdClassName
{
border-color: #132E35;
}
.TagClassName
{
border-color: #132E35;
}
</style>