Shades of Nordic #08313B
Tints of Nordic #08313B
RGB
CMYK
RGB Variations
Color information
#08313B (or 0x08313B) is known color: Nordic. HEX triplet: 08, 31 and 3B. RGB value is (8,49,59). Sum of RGB (Red+Green+Blue) = 8+49+59=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #08313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08313B is #F7CEC4. Grayscale: #252525. Windows color (decimal): -16240325 or 3879176. OLE color: 3879176.
HSL color Cylindrical-coordinate representation of color #08313B: hue angle of 191.76º 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 #08313B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 49 | 59 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.77 |
| HSL | 191.76º | 0.76% | 0.13% | - |
| HSV(B) | 191.76º | 0.86% | 0.23% | - |
| XYZ | 1.99 | 2.56 | 4.53 | - |
| YUV | 37.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 59 | 0.86 | 0.17 | 0 | 0.77 | 191.76 | 0.76 | 0.13 |
| Hex | 8 | 31 | 3B | 56 | 11 | 0 | 4D | C0 | 4C | D |
| Octal | 10 | 61 | 73 | 126 | 21 | 0 | 115 | 300 | 114 | 15 |
| Binary | 1000 | 110001 | 111011 | 1010110 | 10001 | 0 | 1001101 | 11000000 | 1001100 | 1101 |
Color Harmonies of #08313B
Complementary color
Monochromatic Colors of #08313B
Black with #08313B
Text Example
Text Example
White with #08313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08313B; }
p { color: rgb(8,49,59); }
H1.HeaderClassName
{
color: #08313B;
}
.AnyTagClassName
{
color: #08313B;
}
</style>
background-color css
<style>
a { background-color: #08313B; }
a { background-color: rgb(8,49,59); }
div.DivClassName
{
background-color: #08313B;
}
.BgClassName
{
background-color: #08313B;
}
</style>
border-color css
<style>
span { border-color: #08313B; }
span { border-color: rgb(8,49,59); }
td.TdClassName
{
border-color: #08313B;
}
.TagClassName
{
border-color: #08313B;
}
</style>