Shades of Nordic #132E34
Tints of Nordic #132E34
RGB
CMYK
RGB Variations
Color information
#132E34 (or 0x132E34) is known color: Nordic. HEX triplet: 13, 2E and 34. RGB value is (19,46,52). Sum of RGB (Red+Green+Blue) = 19+46+52=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #132E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E34 is #ECD1CB. Grayscale: #262626. Windows color (decimal): -15520204 or 3419667. OLE color: 3419667.
HSL color Cylindrical-coordinate representation of color #132E34: hue angle of 190.91º 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 #132E34 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 46 | 52 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.80 |
| HSL | 190.91º | 0.46% | 0.14% | - |
| HSV(B) | 190.91º | 0.63% | 0.2% | - |
| XYZ | 1.87 | 2.34 | 3.6 | - |
| YUV | 38.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 52 | 0.63 | 0.12 | 0 | 0.80 | 190.91 | 0.46 | 0.14 |
| Hex | 13 | 2E | 34 | 3F | C | 0 | 50 | BF | 2E | E |
| Octal | 23 | 56 | 64 | 77 | 14 | 0 | 120 | 277 | 56 | 16 |
| Binary | 10011 | 101110 | 110100 | 111111 | 1100 | 0 | 1010000 | 10111111 | 101110 | 1110 |
Color Harmonies of #132E34
Complementary color
Monochromatic Colors of #132E34
Black with #132E34
Text Example
Text Example
White with #132E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E34; }
p { color: rgb(19,46,52); }
H1.HeaderClassName
{
color: #132E34;
}
.AnyTagClassName
{
color: #132E34;
}
</style>
background-color css
<style>
a { background-color: #132E34; }
a { background-color: rgb(19,46,52); }
div.DivClassName
{
background-color: #132E34;
}
.BgClassName
{
background-color: #132E34;
}
</style>
border-color css
<style>
span { border-color: #132E34; }
span { border-color: rgb(19,46,52); }
td.TdClassName
{
border-color: #132E34;
}
.TagClassName
{
border-color: #132E34;
}
</style>