Shades of Nordic #1A3336
Tints of Nordic #1A3336
RGB
CMYK
RGB Variations
Color information
#1A3336 (or 0x1A3336) is known color: Nordic. HEX triplet: 1A, 33 and 36. RGB value is (26,51,54). Sum of RGB (Red+Green+Blue) = 26+51+54=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3336 is #E5CCC9. Grayscale: #2B2B2B. Windows color (decimal): -15060170 or 3552026. OLE color: 3552026.
HSL color Cylindrical-coordinate representation of color #1A3336: hue angle of 186.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A3336 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 51 | 54 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.79 |
| HSL | 186.43º | 0.35% | 0.16% | - |
| HSV(B) | 186.43º | 0.52% | 0.21% | - |
| XYZ | 2.28 | 2.85 | 3.92 | - |
| YUV | 43.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 54 | 0.52 | 0.06 | 0 | 0.79 | 186.43 | 0.35 | 0.16 |
| Hex | 1A | 33 | 36 | 34 | 6 | 0 | 4F | BA | 23 | 10 |
| Octal | 32 | 63 | 66 | 64 | 6 | 0 | 117 | 272 | 43 | 20 |
| Binary | 11010 | 110011 | 110110 | 110100 | 110 | 0 | 1001111 | 10111010 | 100011 | 10000 |
Color Harmonies of #1A3336
Complementary color
Monochromatic Colors of #1A3336
Black with #1A3336
Text Example
Text Example
White with #1A3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3336; }
p { color: rgb(26,51,54); }
H1.HeaderClassName
{
color: #1A3336;
}
.AnyTagClassName
{
color: #1A3336;
}
</style>
background-color css
<style>
a { background-color: #1A3336; }
a { background-color: rgb(26,51,54); }
div.DivClassName
{
background-color: #1A3336;
}
.BgClassName
{
background-color: #1A3336;
}
</style>
border-color css
<style>
span { border-color: #1A3336; }
span { border-color: rgb(26,51,54); }
td.TdClassName
{
border-color: #1A3336;
}
.TagClassName
{
border-color: #1A3336;
}
</style>