Shades of Nordic #133C40
Tints of Nordic #133C40
RGB
CMYK
RGB Variations
Color information
#133C40 (or 0x133C40) is known color: Nordic. HEX triplet: 13, 3C and 40. RGB value is (19,60,64). Sum of RGB (Red+Green+Blue) = 19+60+64=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #133C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C40 is #ECC3BF. Grayscale: #303030. Windows color (decimal): -15516608 or 4209683. OLE color: 4209683.
HSL color Cylindrical-coordinate representation of color #133C40: hue angle of 185.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133C40 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 60 | 64 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.75 |
| HSL | 185.33º | 0.54% | 0.16% | - |
| HSV(B) | 185.33º | 0.7% | 0.25% | - |
| XYZ | 2.81 | 3.74 | 5.42 | - |
| YUV | 48.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 64 | 0.70 | 0.06 | 0 | 0.75 | 185.33 | 0.54 | 0.16 |
| Hex | 13 | 3C | 40 | 46 | 6 | 0 | 4B | B9 | 36 | 10 |
| Octal | 23 | 74 | 100 | 106 | 6 | 0 | 113 | 271 | 66 | 20 |
| Binary | 10011 | 111100 | 1000000 | 1000110 | 110 | 0 | 1001011 | 10111001 | 110110 | 10000 |
Color Harmonies of #133C40
Complementary color
Monochromatic Colors of #133C40
Black with #133C40
Text Example
Text Example
White with #133C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C40; }
p { color: rgb(19,60,64); }
H1.HeaderClassName
{
color: #133C40;
}
.AnyTagClassName
{
color: #133C40;
}
</style>
background-color css
<style>
a { background-color: #133C40; }
a { background-color: rgb(19,60,64); }
div.DivClassName
{
background-color: #133C40;
}
.BgClassName
{
background-color: #133C40;
}
</style>
border-color css
<style>
span { border-color: #133C40; }
span { border-color: rgb(19,60,64); }
td.TdClassName
{
border-color: #133C40;
}
.TagClassName
{
border-color: #133C40;
}
</style>