Shades of Nordic #133B3E
Tints of Nordic #133B3E
RGB
CMYK
RGB Variations
Color information
#133B3E (or 0x133B3E) is known color: Nordic. HEX triplet: 13, 3B and 3E. RGB value is (19,59,62). Sum of RGB (Red+Green+Blue) = 19+59+62=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #133B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B3E is #ECC4C1. Grayscale: #2F2F2F. Windows color (decimal): -15516866 or 4078355. OLE color: 4078355.
HSL color Cylindrical-coordinate representation of color #133B3E: hue angle of 184.19º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133B3E is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 59 | 62 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.76 |
| HSL | 184.19º | 0.53% | 0.16% | - |
| HSV(B) | 184.19º | 0.69% | 0.24% | - |
| XYZ | 2.7 | 3.61 | 5.11 | - |
| YUV | 47.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 62 | 0.69 | 0.05 | 0 | 0.76 | 184.19 | 0.53 | 0.16 |
| Hex | 13 | 3B | 3E | 45 | 5 | 0 | 4C | B8 | 35 | 10 |
| Octal | 23 | 73 | 76 | 105 | 5 | 0 | 114 | 270 | 65 | 20 |
| Binary | 10011 | 111011 | 111110 | 1000101 | 101 | 0 | 1001100 | 10111000 | 110101 | 10000 |
Color Harmonies of #133B3E
Complementary color
Monochromatic Colors of #133B3E
Black with #133B3E
Text Example
Text Example
White with #133B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B3E; }
p { color: rgb(19,59,62); }
H1.HeaderClassName
{
color: #133B3E;
}
.AnyTagClassName
{
color: #133B3E;
}
</style>
background-color css
<style>
a { background-color: #133B3E; }
a { background-color: rgb(19,59,62); }
div.DivClassName
{
background-color: #133B3E;
}
.BgClassName
{
background-color: #133B3E;
}
</style>
border-color css
<style>
span { border-color: #133B3E; }
span { border-color: rgb(19,59,62); }
td.TdClassName
{
border-color: #133B3E;
}
.TagClassName
{
border-color: #133B3E;
}
</style>