Shades of Nordic #083540
Tints of Nordic #083540
RGB
CMYK
RGB Variations
Color information
#083540 (or 0x083540) is known color: Nordic. HEX triplet: 08, 35 and 40. RGB value is (8,53,64). Sum of RGB (Red+Green+Blue) = 8+53+64=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #083540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083540 is #F7CABF. Grayscale: #282828. Windows color (decimal): -16239296 or 4207880. OLE color: 4207880.
HSL color Cylindrical-coordinate representation of color #083540: hue angle of 191.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083540 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 53 | 64 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.75 |
| HSL | 191.79º | 0.78% | 0.14% | - |
| HSV(B) | 191.79º | 0.88% | 0.25% | - |
| XYZ | 2.3 | 2.97 | 5.3 | - |
| YUV | 40.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 64 | 0.87 | 0.17 | 0 | 0.75 | 191.79 | 0.78 | 0.14 |
| Hex | 8 | 35 | 40 | 57 | 11 | 0 | 4B | C0 | 4E | E |
| Octal | 10 | 65 | 100 | 127 | 21 | 0 | 113 | 300 | 116 | 16 |
| Binary | 1000 | 110101 | 1000000 | 1010111 | 10001 | 0 | 1001011 | 11000000 | 1001110 | 1110 |
Color Harmonies of #083540
Complementary color
Monochromatic Colors of #083540
Black with #083540
Text Example
Text Example
White with #083540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083540; }
p { color: rgb(8,53,64); }
H1.HeaderClassName
{
color: #083540;
}
.AnyTagClassName
{
color: #083540;
}
</style>
background-color css
<style>
a { background-color: #083540; }
a { background-color: rgb(8,53,64); }
div.DivClassName
{
background-color: #083540;
}
.BgClassName
{
background-color: #083540;
}
</style>
border-color css
<style>
span { border-color: #083540; }
span { border-color: rgb(8,53,64); }
td.TdClassName
{
border-color: #083540;
}
.TagClassName
{
border-color: #083540;
}
</style>