Shades of Nordic #133138
Tints of Nordic #133138
RGB
CMYK
RGB Variations
Color information
#133138 (or 0x133138) is known color: Nordic. HEX triplet: 13, 31 and 38. RGB value is (19,49,56). Sum of RGB (Red+Green+Blue) = 19+49+56=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #133138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133138 is #ECCEC7. Grayscale: #282828. Windows color (decimal): -15519432 or 3682579. OLE color: 3682579.
HSL color Cylindrical-coordinate representation of color #133138: hue angle of 191.35º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133138 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 49 | 56 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.78 |
| HSL | 191.35º | 0.49% | 0.15% | - |
| HSV(B) | 191.35º | 0.66% | 0.22% | - |
| XYZ | 2.08 | 2.62 | 4.14 | - |
| YUV | 40.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 56 | 0.66 | 0.12 | 0 | 0.78 | 191.35 | 0.49 | 0.15 |
| Hex | 13 | 31 | 38 | 42 | C | 0 | 4E | BF | 31 | F |
| Octal | 23 | 61 | 70 | 102 | 14 | 0 | 116 | 277 | 61 | 17 |
| Binary | 10011 | 110001 | 111000 | 1000010 | 1100 | 0 | 1001110 | 10111111 | 110001 | 1111 |
Color Harmonies of #133138
Complementary color
Monochromatic Colors of #133138
Black with #133138
Text Example
Text Example
White with #133138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133138; }
p { color: rgb(19,49,56); }
H1.HeaderClassName
{
color: #133138;
}
.AnyTagClassName
{
color: #133138;
}
</style>
background-color css
<style>
a { background-color: #133138; }
a { background-color: rgb(19,49,56); }
div.DivClassName
{
background-color: #133138;
}
.BgClassName
{
background-color: #133138;
}
</style>
border-color css
<style>
span { border-color: #133138; }
span { border-color: rgb(19,49,56); }
td.TdClassName
{
border-color: #133138;
}
.TagClassName
{
border-color: #133138;
}
</style>