Shades of Nordic #082A2D
Tints of Nordic #082A2D
RGB
CMYK
RGB Variations
Color information
#082A2D (or 0x082A2D) is known color: Nordic. HEX triplet: 08, 2A and 2D. RGB value is (8,42,45). Sum of RGB (Red+Green+Blue) = 8+42+45=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #082A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A2D is #F7D5D2. Grayscale: #202020. Windows color (decimal): -16242131 or 2959880. OLE color: 2959880.
HSL color Cylindrical-coordinate representation of color #082A2D: hue angle of 184.86º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082A2D is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 42 | 45 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.82 |
| HSL | 184.86º | 0.7% | 0.1% | - |
| HSV(B) | 184.86º | 0.82% | 0.18% | - |
| XYZ | 1.4 | 1.9 | 2.77 | - |
| YUV | 32.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 45 | 0.82 | 0.07 | 0 | 0.82 | 184.86 | 0.7 | 0.1 |
| Hex | 8 | 2A | 2D | 52 | 7 | 0 | 52 | B9 | 46 | A |
| Octal | 10 | 52 | 55 | 122 | 7 | 0 | 122 | 271 | 106 | 12 |
| Binary | 1000 | 101010 | 101101 | 1010010 | 111 | 0 | 1010010 | 10111001 | 1000110 | 1010 |
Color Harmonies of #082A2D
Complementary color
Monochromatic Colors of #082A2D
Black with #082A2D
Text Example
Text Example
White with #082A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A2D; }
p { color: rgb(8,42,45); }
H1.HeaderClassName
{
color: #082A2D;
}
.AnyTagClassName
{
color: #082A2D;
}
</style>
background-color css
<style>
a { background-color: #082A2D; }
a { background-color: rgb(8,42,45); }
div.DivClassName
{
background-color: #082A2D;
}
.BgClassName
{
background-color: #082A2D;
}
</style>
border-color css
<style>
span { border-color: #082A2D; }
span { border-color: rgb(8,42,45); }
td.TdClassName
{
border-color: #082A2D;
}
.TagClassName
{
border-color: #082A2D;
}
</style>