Shades of Nordic #08313A
Tints of Nordic #08313A
RGB
CMYK
RGB Variations
Color information
#08313A (or 0x08313A) is known color: Nordic. HEX triplet: 08, 31 and 3A. RGB value is (8,49,58). Sum of RGB (Red+Green+Blue) = 8+49+58=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #08313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08313A is #F7CEC5. Grayscale: #252525. Windows color (decimal): -16240326 or 3813640. OLE color: 3813640.
HSL color Cylindrical-coordinate representation of color #08313A: hue angle of 190.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08313A is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 49 | 58 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.77 |
| HSL | 190.8º | 0.76% | 0.13% | - |
| HSV(B) | 190.8º | 0.86% | 0.23% | - |
| XYZ | 1.96 | 2.55 | 4.39 | - |
| YUV | 37.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 58 | 0.86 | 0.16 | 0 | 0.77 | 190.8 | 0.76 | 0.13 |
| Hex | 8 | 31 | 3A | 56 | 10 | 0 | 4D | BF | 4C | D |
| Octal | 10 | 61 | 72 | 126 | 20 | 0 | 115 | 277 | 114 | 15 |
| Binary | 1000 | 110001 | 111010 | 1010110 | 10000 | 0 | 1001101 | 10111111 | 1001100 | 1101 |
Color Harmonies of #08313A
Complementary color
Monochromatic Colors of #08313A
Black with #08313A
Text Example
Text Example
White with #08313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08313A; }
p { color: rgb(8,49,58); }
H1.HeaderClassName
{
color: #08313A;
}
.AnyTagClassName
{
color: #08313A;
}
</style>
background-color css
<style>
a { background-color: #08313A; }
a { background-color: rgb(8,49,58); }
div.DivClassName
{
background-color: #08313A;
}
.BgClassName
{
background-color: #08313A;
}
</style>
border-color css
<style>
span { border-color: #08313A; }
span { border-color: rgb(8,49,58); }
td.TdClassName
{
border-color: #08313A;
}
.TagClassName
{
border-color: #08313A;
}
</style>