Shades of Nordic #1A383A
Tints of Nordic #1A383A
RGB
CMYK
RGB Variations
Color information
#1A383A (or 0x1A383A) is known color: Nordic. HEX triplet: 1A, 38 and 3A. RGB value is (26,56,58). Sum of RGB (Red+Green+Blue) = 26+56+58=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A383A is #E5C7C5. Grayscale: #2F2F2F. Windows color (decimal): -15058886 or 3815450. OLE color: 3815450.
HSL color Cylindrical-coordinate representation of color #1A383A: hue angle of 183.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A383A is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 56 | 58 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.77 |
| HSL | 183.75º | 0.38% | 0.16% | - |
| HSV(B) | 183.75º | 0.55% | 0.23% | - |
| XYZ | 2.6 | 3.35 | 4.51 | - |
| YUV | 47.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 58 | 0.55 | 0.03 | 0 | 0.77 | 183.75 | 0.38 | 0.16 |
| Hex | 1A | 38 | 3A | 37 | 3 | 0 | 4D | B8 | 26 | 10 |
| Octal | 32 | 70 | 72 | 67 | 3 | 0 | 115 | 270 | 46 | 20 |
| Binary | 11010 | 111000 | 111010 | 110111 | 11 | 0 | 1001101 | 10111000 | 100110 | 10000 |
Color Harmonies of #1A383A
Complementary color
Monochromatic Colors of #1A383A
Black with #1A383A
Text Example
Text Example
White with #1A383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A383A; }
p { color: rgb(26,56,58); }
H1.HeaderClassName
{
color: #1A383A;
}
.AnyTagClassName
{
color: #1A383A;
}
</style>
background-color css
<style>
a { background-color: #1A383A; }
a { background-color: rgb(26,56,58); }
div.DivClassName
{
background-color: #1A383A;
}
.BgClassName
{
background-color: #1A383A;
}
</style>
border-color css
<style>
span { border-color: #1A383A; }
span { border-color: rgb(26,56,58); }
td.TdClassName
{
border-color: #1A383A;
}
.TagClassName
{
border-color: #1A383A;
}
</style>