Shades of Nordic #1A373C
Tints of Nordic #1A373C
RGB
CMYK
RGB Variations
Color information
#1A373C (or 0x1A373C) is known color: Nordic. HEX triplet: 1A, 37 and 3C. RGB value is (26,55,60). Sum of RGB (Red+Green+Blue) = 26+55+60=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A373C is #E5C8C3. Grayscale: #2E2E2E. Windows color (decimal): -15059140 or 3946266. OLE color: 3946266.
HSL color Cylindrical-coordinate representation of color #1A373C: hue angle of 188.82º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A373C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 55 | 60 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.76 |
| HSL | 188.82º | 0.4% | 0.17% | - |
| HSV(B) | 188.82º | 0.57% | 0.24% | - |
| XYZ | 2.61 | 3.28 | 4.77 | - |
| YUV | 46.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 60 | 0.57 | 0.08 | 0 | 0.76 | 188.82 | 0.4 | 0.17 |
| Hex | 1A | 37 | 3C | 39 | 8 | 0 | 4C | BD | 28 | 11 |
| Octal | 32 | 67 | 74 | 71 | 10 | 0 | 114 | 275 | 50 | 21 |
| Binary | 11010 | 110111 | 111100 | 111001 | 1000 | 0 | 1001100 | 10111101 | 101000 | 10001 |
Color Harmonies of #1A373C
Complementary color
Monochromatic Colors of #1A373C
Black with #1A373C
Text Example
Text Example
White with #1A373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A373C; }
p { color: rgb(26,55,60); }
H1.HeaderClassName
{
color: #1A373C;
}
.AnyTagClassName
{
color: #1A373C;
}
</style>
background-color css
<style>
a { background-color: #1A373C; }
a { background-color: rgb(26,55,60); }
div.DivClassName
{
background-color: #1A373C;
}
.BgClassName
{
background-color: #1A373C;
}
</style>
border-color css
<style>
span { border-color: #1A373C; }
span { border-color: rgb(26,55,60); }
td.TdClassName
{
border-color: #1A373C;
}
.TagClassName
{
border-color: #1A373C;
}
</style>