Shades of Nordic #1A3E42
Tints of Nordic #1A3E42
RGB
CMYK
RGB Variations
Color information
#1A3E42 (or 0x1A3E42) is known color: Nordic. HEX triplet: 1A, 3E and 42. RGB value is (26,62,66). Sum of RGB (Red+Green+Blue) = 26+62+66=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #1A3E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E42 is #E5C1BD. Grayscale: #333333. Windows color (decimal): -15057342 or 4341274. OLE color: 4341274.
HSL color Cylindrical-coordinate representation of color #1A3E42: hue angle of 186º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A3E42 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 62 | 66 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.74 |
| HSL | 186º | 0.43% | 0.18% | - |
| HSV(B) | 186º | 0.61% | 0.26% | - |
| XYZ | 3.13 | 4.06 | 5.77 | - |
| YUV | 51.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 66 | 0.61 | 0.06 | 0 | 0.74 | 186 | 0.43 | 0.18 |
| Hex | 1A | 3E | 42 | 3D | 6 | 0 | 4A | BA | 2B | 12 |
| Octal | 32 | 76 | 102 | 75 | 6 | 0 | 112 | 272 | 53 | 22 |
| Binary | 11010 | 111110 | 1000010 | 111101 | 110 | 0 | 1001010 | 10111010 | 101011 | 10010 |
Color Harmonies of #1A3E42
Complementary color
Monochromatic Colors of #1A3E42
Black with #1A3E42
Text Example
Text Example
White with #1A3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E42; }
p { color: rgb(26,62,66); }
H1.HeaderClassName
{
color: #1A3E42;
}
.AnyTagClassName
{
color: #1A3E42;
}
</style>
background-color css
<style>
a { background-color: #1A3E42; }
a { background-color: rgb(26,62,66); }
div.DivClassName
{
background-color: #1A3E42;
}
.BgClassName
{
background-color: #1A3E42;
}
</style>
border-color css
<style>
span { border-color: #1A3E42; }
span { border-color: rgb(26,62,66); }
td.TdClassName
{
border-color: #1A3E42;
}
.TagClassName
{
border-color: #1A3E42;
}
</style>