Shades of Nordic #1A3538
Tints of Nordic #1A3538
RGB
CMYK
RGB Variations
Color information
#1A3538 (or 0x1A3538) is known color: Nordic. HEX triplet: 1A, 35 and 38. RGB value is (26,53,56). Sum of RGB (Red+Green+Blue) = 26+53+56=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3538 is #E5CAC7. Grayscale: #2D2D2D. Windows color (decimal): -15059656 or 3683610. OLE color: 3683610.
HSL color Cylindrical-coordinate representation of color #1A3538: hue angle of 186º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3538 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 53 | 56 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.78 |
| HSL | 186º | 0.37% | 0.16% | - |
| HSV(B) | 186º | 0.54% | 0.22% | - |
| XYZ | 2.41 | 3.05 | 4.2 | - |
| YUV | 45.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 56 | 0.54 | 0.05 | 0 | 0.78 | 186 | 0.37 | 0.16 |
| Hex | 1A | 35 | 38 | 36 | 5 | 0 | 4E | BA | 25 | 10 |
| Octal | 32 | 65 | 70 | 66 | 5 | 0 | 116 | 272 | 45 | 20 |
| Binary | 11010 | 110101 | 111000 | 110110 | 101 | 0 | 1001110 | 10111010 | 100101 | 10000 |
Color Harmonies of #1A3538
Complementary color
Monochromatic Colors of #1A3538
Black with #1A3538
Text Example
Text Example
White with #1A3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3538; }
p { color: rgb(26,53,56); }
H1.HeaderClassName
{
color: #1A3538;
}
.AnyTagClassName
{
color: #1A3538;
}
</style>
background-color css
<style>
a { background-color: #1A3538; }
a { background-color: rgb(26,53,56); }
div.DivClassName
{
background-color: #1A3538;
}
.BgClassName
{
background-color: #1A3538;
}
</style>
border-color css
<style>
span { border-color: #1A3538; }
span { border-color: rgb(26,53,56); }
td.TdClassName
{
border-color: #1A3538;
}
.TagClassName
{
border-color: #1A3538;
}
</style>