Shades of Nordic #133B45
Tints of Nordic #133B45
RGB
CMYK
RGB Variations
Color information
#133B45 (or 0x133B45) is known color: Nordic. HEX triplet: 13, 3B and 45. RGB value is (19,59,69). Sum of RGB (Red+Green+Blue) = 19+59+69=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #133B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B45 is #ECC4BA. Grayscale: #303030. Windows color (decimal): -15516859 or 4537107. OLE color: 4537107.
HSL color Cylindrical-coordinate representation of color #133B45: hue angle of 192º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133B45 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 59 | 69 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.73 |
| HSL | 192º | 0.57% | 0.17% | - |
| HSV(B) | 192º | 0.72% | 0.27% | - |
| XYZ | 2.91 | 3.7 | 6.19 | - |
| YUV | 48.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 69 | 0.72 | 0.14 | 0 | 0.73 | 192 | 0.57 | 0.17 |
| Hex | 13 | 3B | 45 | 48 | E | 0 | 49 | C0 | 39 | 11 |
| Octal | 23 | 73 | 105 | 110 | 16 | 0 | 111 | 300 | 71 | 21 |
| Binary | 10011 | 111011 | 1000101 | 1001000 | 1110 | 0 | 1001001 | 11000000 | 111001 | 10001 |
Color Harmonies of #133B45
Complementary color
Monochromatic Colors of #133B45
Black with #133B45
Text Example
Text Example
White with #133B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B45; }
p { color: rgb(19,59,69); }
H1.HeaderClassName
{
color: #133B45;
}
.AnyTagClassName
{
color: #133B45;
}
</style>
background-color css
<style>
a { background-color: #133B45; }
a { background-color: rgb(19,59,69); }
div.DivClassName
{
background-color: #133B45;
}
.BgClassName
{
background-color: #133B45;
}
</style>
border-color css
<style>
span { border-color: #133B45; }
span { border-color: rgb(19,59,69); }
td.TdClassName
{
border-color: #133B45;
}
.TagClassName
{
border-color: #133B45;
}
</style>