Shades of Nordic #1A3334
Tints of Nordic #1A3334
RGB
CMYK
RGB Variations
Color information
#1A3334 (or 0x1A3334) is known color: Nordic. HEX triplet: 1A, 33 and 34. RGB value is (26,51,52). Sum of RGB (Red+Green+Blue) = 26+51+52=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #1A3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3334 is #E5CCCB. Grayscale: #2B2B2B. Windows color (decimal): -15060172 or 3420954. OLE color: 3420954.
HSL color Cylindrical-coordinate representation of color #1A3334: hue angle of 182.31º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A3334 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 51 | 52 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.80 |
| HSL | 182.31º | 0.33% | 0.15% | - |
| HSV(B) | 182.31º | 0.5% | 0.2% | - |
| XYZ | 2.23 | 2.84 | 3.68 | - |
| YUV | 43.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 52 | 0.50 | 0.02 | 0 | 0.80 | 182.31 | 0.33 | 0.15 |
| Hex | 1A | 33 | 34 | 32 | 2 | 0 | 50 | B6 | 21 | F |
| Octal | 32 | 63 | 64 | 62 | 2 | 0 | 120 | 266 | 41 | 17 |
| Binary | 11010 | 110011 | 110100 | 110010 | 10 | 0 | 1010000 | 10110110 | 100001 | 1111 |
Color Harmonies of #1A3334
Complementary color
Monochromatic Colors of #1A3334
Black with #1A3334
Text Example
Text Example
White with #1A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3334; }
p { color: rgb(26,51,52); }
H1.HeaderClassName
{
color: #1A3334;
}
.AnyTagClassName
{
color: #1A3334;
}
</style>
background-color css
<style>
a { background-color: #1A3334; }
a { background-color: rgb(26,51,52); }
div.DivClassName
{
background-color: #1A3334;
}
.BgClassName
{
background-color: #1A3334;
}
</style>
border-color css
<style>
span { border-color: #1A3334; }
span { border-color: rgb(26,51,52); }
td.TdClassName
{
border-color: #1A3334;
}
.TagClassName
{
border-color: #1A3334;
}
</style>