Shades of Nordic #0A2A2F
Tints of Nordic #0A2A2F
RGB
CMYK
RGB Variations
Color information
#0A2A2F (or 0x0A2A2F) is known color: Nordic. HEX triplet: 0A, 2A and 2F. RGB value is (10,42,47). Sum of RGB (Red+Green+Blue) = 10+42+47=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A2A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A2F is #F5D5D0. Grayscale: #202020. Windows color (decimal): -16111057 or 3090954. OLE color: 3090954.
HSL color Cylindrical-coordinate representation of color #0A2A2F: hue angle of 188.11º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2A2F is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 42 | 47 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.82 |
| HSL | 188.11º | 0.65% | 0.11% | - |
| HSV(B) | 188.11º | 0.79% | 0.18% | - |
| XYZ | 1.47 | 1.93 | 2.98 | - |
| YUV | 33 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 47 | 0.79 | 0.11 | 0 | 0.82 | 188.11 | 0.65 | 0.11 |
| Hex | A | 2A | 2F | 4F | B | 0 | 52 | BC | 41 | B |
| Octal | 12 | 52 | 57 | 117 | 13 | 0 | 122 | 274 | 101 | 13 |
| Binary | 1010 | 101010 | 101111 | 1001111 | 1011 | 0 | 1010010 | 10111100 | 1000001 | 1011 |
Color Harmonies of #0A2A2F
Complementary color
Monochromatic Colors of #0A2A2F
Black with #0A2A2F
Text Example
Text Example
White with #0A2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A2F; }
p { color: rgb(10,42,47); }
H1.HeaderClassName
{
color: #0A2A2F;
}
.AnyTagClassName
{
color: #0A2A2F;
}
</style>
background-color css
<style>
a { background-color: #0A2A2F; }
a { background-color: rgb(10,42,47); }
div.DivClassName
{
background-color: #0A2A2F;
}
.BgClassName
{
background-color: #0A2A2F;
}
</style>
border-color css
<style>
span { border-color: #0A2A2F; }
span { border-color: rgb(10,42,47); }
td.TdClassName
{
border-color: #0A2A2F;
}
.TagClassName
{
border-color: #0A2A2F;
}
</style>