Shades of Nordic #1A3C43
Tints of Nordic #1A3C43
RGB
CMYK
RGB Variations
Color information
#1A3C43 (or 0x1A3C43) is known color: Nordic. HEX triplet: 1A, 3C and 43. RGB value is (26,60,67). Sum of RGB (Red+Green+Blue) = 26+60+67=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A3C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C43 is #E5C3BC. Grayscale: #323232. Windows color (decimal): -15057853 or 4406298. OLE color: 4406298.
HSL color Cylindrical-coordinate representation of color #1A3C43: hue angle of 190.24º degrees, saturation: 0.44, 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 #1A3C43 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 60 | 67 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.74 |
| HSL | 190.24º | 0.44% | 0.18% | - |
| HSV(B) | 190.24º | 0.61% | 0.26% | - |
| XYZ | 3.05 | 3.86 | 5.89 | - |
| YUV | 50.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 67 | 0.61 | 0.10 | 0 | 0.74 | 190.24 | 0.44 | 0.18 |
| Hex | 1A | 3C | 43 | 3D | A | 0 | 4A | BE | 2C | 12 |
| Octal | 32 | 74 | 103 | 75 | 12 | 0 | 112 | 276 | 54 | 22 |
| Binary | 11010 | 111100 | 1000011 | 111101 | 1010 | 0 | 1001010 | 10111110 | 101100 | 10010 |
Color Harmonies of #1A3C43
Complementary color
Monochromatic Colors of #1A3C43
Black with #1A3C43
Text Example
Text Example
White with #1A3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3C43; }
p { color: rgb(26,60,67); }
H1.HeaderClassName
{
color: #1A3C43;
}
.AnyTagClassName
{
color: #1A3C43;
}
</style>
background-color css
<style>
a { background-color: #1A3C43; }
a { background-color: rgb(26,60,67); }
div.DivClassName
{
background-color: #1A3C43;
}
.BgClassName
{
background-color: #1A3C43;
}
</style>
border-color css
<style>
span { border-color: #1A3C43; }
span { border-color: rgb(26,60,67); }
td.TdClassName
{
border-color: #1A3C43;
}
.TagClassName
{
border-color: #1A3C43;
}
</style>