Shades of Nordic #1A383C
Tints of Nordic #1A383C
RGB
CMYK
RGB Variations
Color information
#1A383C (or 0x1A383C) is known color: Nordic. HEX triplet: 1A, 38 and 3C. RGB value is (26,56,60). Sum of RGB (Red+Green+Blue) = 26+56+60=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A383C is #E5C7C3. Grayscale: #2F2F2F. Windows color (decimal): -15058884 or 3946522. OLE color: 3946522.
HSL color Cylindrical-coordinate representation of color #1A383C: hue angle of 187.06º 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 #1A383C is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 56 | 60 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.76 |
| HSL | 187.06º | 0.4% | 0.17% | - |
| HSV(B) | 187.06º | 0.57% | 0.24% | - |
| XYZ | 2.66 | 3.37 | 4.79 | - |
| YUV | 47.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 60 | 0.57 | 0.07 | 0 | 0.76 | 187.06 | 0.4 | 0.17 |
| Hex | 1A | 38 | 3C | 39 | 7 | 0 | 4C | BB | 28 | 11 |
| Octal | 32 | 70 | 74 | 71 | 7 | 0 | 114 | 273 | 50 | 21 |
| Binary | 11010 | 111000 | 111100 | 111001 | 111 | 0 | 1001100 | 10111011 | 101000 | 10001 |
Color Harmonies of #1A383C
Complementary color
Monochromatic Colors of #1A383C
Black with #1A383C
Text Example
Text Example
White with #1A383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A383C; }
p { color: rgb(26,56,60); }
H1.HeaderClassName
{
color: #1A383C;
}
.AnyTagClassName
{
color: #1A383C;
}
</style>
background-color css
<style>
a { background-color: #1A383C; }
a { background-color: rgb(26,56,60); }
div.DivClassName
{
background-color: #1A383C;
}
.BgClassName
{
background-color: #1A383C;
}
</style>
border-color css
<style>
span { border-color: #1A383C; }
span { border-color: rgb(26,56,60); }
td.TdClassName
{
border-color: #1A383C;
}
.TagClassName
{
border-color: #1A383C;
}
</style>