Shades of Nordic #133339
Tints of Nordic #133339
RGB
CMYK
RGB Variations
Color information
#133339 (or 0x133339) is known color: Nordic. HEX triplet: 13, 33 and 39. RGB value is (19,51,57). Sum of RGB (Red+Green+Blue) = 19+51+57=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #133339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133339 is #ECCCC6. Grayscale: #2A2A2A. Windows color (decimal): -15518919 or 3748627. OLE color: 3748627.
HSL color Cylindrical-coordinate representation of color #133339: hue angle of 189.47º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133339 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 51 | 57 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.78 |
| HSL | 189.47º | 0.5% | 0.15% | - |
| HSV(B) | 189.47º | 0.67% | 0.22% | - |
| XYZ | 2.19 | 2.8 | 4.3 | - |
| YUV | 42.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 57 | 0.67 | 0.11 | 0 | 0.78 | 189.47 | 0.5 | 0.15 |
| Hex | 13 | 33 | 39 | 43 | B | 0 | 4E | BD | 32 | F |
| Octal | 23 | 63 | 71 | 103 | 13 | 0 | 116 | 275 | 62 | 17 |
| Binary | 10011 | 110011 | 111001 | 1000011 | 1011 | 0 | 1001110 | 10111101 | 110010 | 1111 |
Color Harmonies of #133339
Complementary color
Monochromatic Colors of #133339
Black with #133339
Text Example
Text Example
White with #133339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133339; }
p { color: rgb(19,51,57); }
H1.HeaderClassName
{
color: #133339;
}
.AnyTagClassName
{
color: #133339;
}
</style>
background-color css
<style>
a { background-color: #133339; }
a { background-color: rgb(19,51,57); }
div.DivClassName
{
background-color: #133339;
}
.BgClassName
{
background-color: #133339;
}
</style>
border-color css
<style>
span { border-color: #133339; }
span { border-color: rgb(19,51,57); }
td.TdClassName
{
border-color: #133339;
}
.TagClassName
{
border-color: #133339;
}
</style>