Shades of Nordic #1A363C
Tints of Nordic #1A363C
RGB
CMYK
RGB Variations
Color information
#1A363C (or 0x1A363C) is known color: Nordic. HEX triplet: 1A, 36 and 3C. RGB value is (26,54,60). Sum of RGB (Red+Green+Blue) = 26+54+60=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A363C is #E5C9C3. Grayscale: #2E2E2E. Windows color (decimal): -15059396 or 3946010. OLE color: 3946010.
HSL color Cylindrical-coordinate representation of color #1A363C: hue angle of 190.59º 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 #1A363C is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 54 | 60 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.76 |
| HSL | 190.59º | 0.4% | 0.17% | - |
| HSV(B) | 190.59º | 0.57% | 0.24% | - |
| XYZ | 2.56 | 3.18 | 4.75 | - |
| YUV | 46.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 60 | 0.57 | 0.10 | 0 | 0.76 | 190.59 | 0.4 | 0.17 |
| Hex | 1A | 36 | 3C | 39 | A | 0 | 4C | BF | 28 | 11 |
| Octal | 32 | 66 | 74 | 71 | 12 | 0 | 114 | 277 | 50 | 21 |
| Binary | 11010 | 110110 | 111100 | 111001 | 1010 | 0 | 1001100 | 10111111 | 101000 | 10001 |
Color Harmonies of #1A363C
Complementary color
Monochromatic Colors of #1A363C
Black with #1A363C
Text Example
Text Example
White with #1A363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A363C; }
p { color: rgb(26,54,60); }
H1.HeaderClassName
{
color: #1A363C;
}
.AnyTagClassName
{
color: #1A363C;
}
</style>
background-color css
<style>
a { background-color: #1A363C; }
a { background-color: rgb(26,54,60); }
div.DivClassName
{
background-color: #1A363C;
}
.BgClassName
{
background-color: #1A363C;
}
</style>
border-color css
<style>
span { border-color: #1A363C; }
span { border-color: rgb(26,54,60); }
td.TdClassName
{
border-color: #1A363C;
}
.TagClassName
{
border-color: #1A363C;
}
</style>