Shades of Nordic #083644
Tints of Nordic #083644
RGB
CMYK
RGB Variations
Color information
#083644 (or 0x083644) is known color: Nordic. HEX triplet: 08, 36 and 44. RGB value is (8,54,68). Sum of RGB (Red+Green+Blue) = 8+54+68=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #083644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083644 is #F7C9BB. Grayscale: #292929. Windows color (decimal): -16239036 or 4470280. OLE color: 4470280.
HSL color Cylindrical-coordinate representation of color #083644: hue angle of 194º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083644 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 54 | 68 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.73 |
| HSL | 194º | 0.79% | 0.15% | - |
| HSV(B) | 194º | 0.88% | 0.27% | - |
| XYZ | 2.46 | 3.11 | 5.94 | - |
| YUV | 41.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 68 | 0.88 | 0.21 | 0 | 0.73 | 194 | 0.79 | 0.15 |
| Hex | 8 | 36 | 44 | 58 | 15 | 0 | 49 | C2 | 4F | F |
| Octal | 10 | 66 | 104 | 130 | 25 | 0 | 111 | 302 | 117 | 17 |
| Binary | 1000 | 110110 | 1000100 | 1011000 | 10101 | 0 | 1001001 | 11000010 | 1001111 | 1111 |
Color Harmonies of #083644
Complementary color
Monochromatic Colors of #083644
Black with #083644
Text Example
Text Example
White with #083644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083644; }
p { color: rgb(8,54,68); }
H1.HeaderClassName
{
color: #083644;
}
.AnyTagClassName
{
color: #083644;
}
</style>
background-color css
<style>
a { background-color: #083644; }
a { background-color: rgb(8,54,68); }
div.DivClassName
{
background-color: #083644;
}
.BgClassName
{
background-color: #083644;
}
</style>
border-color css
<style>
span { border-color: #083644; }
span { border-color: rgb(8,54,68); }
td.TdClassName
{
border-color: #083644;
}
.TagClassName
{
border-color: #083644;
}
</style>