Shades of Nordic #08313D
Tints of Nordic #08313D
RGB
CMYK
RGB Variations
Color information
#08313D (or 0x08313D) is known color: Nordic. HEX triplet: 08, 31 and 3D. RGB value is (8,49,61). Sum of RGB (Red+Green+Blue) = 8+49+61=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #08313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08313D is #F7CEC2. Grayscale: #262626. Windows color (decimal): -16240323 or 4010248. OLE color: 4010248.
HSL color Cylindrical-coordinate representation of color #08313D: hue angle of 193.58º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08313D is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 49 | 61 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.76 |
| HSL | 193.58º | 0.77% | 0.14% | - |
| HSV(B) | 193.58º | 0.87% | 0.24% | - |
| XYZ | 2.04 | 2.59 | 4.81 | - |
| YUV | 38.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 61 | 0.87 | 0.20 | 0 | 0.76 | 193.58 | 0.77 | 0.14 |
| Hex | 8 | 31 | 3D | 57 | 14 | 0 | 4C | C2 | 4D | E |
| Octal | 10 | 61 | 75 | 127 | 24 | 0 | 114 | 302 | 115 | 16 |
| Binary | 1000 | 110001 | 111101 | 1010111 | 10100 | 0 | 1001100 | 11000010 | 1001101 | 1110 |
Color Harmonies of #08313D
Complementary color
Monochromatic Colors of #08313D
Black with #08313D
Text Example
Text Example
White with #08313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08313D; }
p { color: rgb(8,49,61); }
H1.HeaderClassName
{
color: #08313D;
}
.AnyTagClassName
{
color: #08313D;
}
</style>
background-color css
<style>
a { background-color: #08313D; }
a { background-color: rgb(8,49,61); }
div.DivClassName
{
background-color: #08313D;
}
.BgClassName
{
background-color: #08313D;
}
</style>
border-color css
<style>
span { border-color: #08313D; }
span { border-color: rgb(8,49,61); }
td.TdClassName
{
border-color: #08313D;
}
.TagClassName
{
border-color: #08313D;
}
</style>