Shades of Nordic #0A2A2E
Tints of Nordic #0A2A2E
RGB
CMYK
RGB Variations
Color information
#0A2A2E (or 0x0A2A2E) is known color: Nordic. HEX triplet: 0A, 2A and 2E. RGB value is (10,42,46). Sum of RGB (Red+Green+Blue) = 10+42+46=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A2A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A2E is #F5D5D1. Grayscale: #202020. Windows color (decimal): -16111058 or 3025418. OLE color: 3025418.
HSL color Cylindrical-coordinate representation of color #0A2A2E: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2A2E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 42 | 46 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.82 |
| HSL | 186.67º | 0.64% | 0.11% | - |
| HSV(B) | 186.67º | 0.78% | 0.18% | - |
| XYZ | 1.45 | 1.92 | 2.88 | - |
| YUV | 32.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 46 | 0.78 | 0.09 | 0 | 0.82 | 186.67 | 0.64 | 0.11 |
| Hex | A | 2A | 2E | 4E | 9 | 0 | 52 | BB | 40 | B |
| Octal | 12 | 52 | 56 | 116 | 11 | 0 | 122 | 273 | 100 | 13 |
| Binary | 1010 | 101010 | 101110 | 1001110 | 1001 | 0 | 1010010 | 10111011 | 1000000 | 1011 |
Color Harmonies of #0A2A2E
Complementary color
Monochromatic Colors of #0A2A2E
Black with #0A2A2E
Text Example
Text Example
White with #0A2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A2E; }
p { color: rgb(10,42,46); }
H1.HeaderClassName
{
color: #0A2A2E;
}
.AnyTagClassName
{
color: #0A2A2E;
}
</style>
background-color css
<style>
a { background-color: #0A2A2E; }
a { background-color: rgb(10,42,46); }
div.DivClassName
{
background-color: #0A2A2E;
}
.BgClassName
{
background-color: #0A2A2E;
}
</style>
border-color css
<style>
span { border-color: #0A2A2E; }
span { border-color: rgb(10,42,46); }
td.TdClassName
{
border-color: #0A2A2E;
}
.TagClassName
{
border-color: #0A2A2E;
}
</style>