Shades of Nordic #05313D
Tints of Nordic #05313D
RGB
CMYK
RGB Variations
Color information
#05313D (or 0x05313D) is known color: Nordic. HEX triplet: 05, 31 and 3D. RGB value is (5,49,61). Sum of RGB (Red+Green+Blue) = 5+49+61=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #05313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313D is #FACEC2. Grayscale: #252525. Windows color (decimal): -16436931 or 4010245. OLE color: 4010245.
HSL color Cylindrical-coordinate representation of color #05313D: hue angle of 192.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05313D is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 49 | 61 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.76 |
| HSL | 192.86º | 0.85% | 0.13% | - |
| HSV(B) | 192.86º | 0.92% | 0.24% | - |
| XYZ | 2 | 2.57 | 4.8 | - |
| YUV | 37.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 61 | 0.92 | 0.20 | 0 | 0.76 | 192.86 | 0.85 | 0.13 |
| Hex | 5 | 31 | 3D | 5C | 14 | 0 | 4C | C1 | 55 | D |
| Octal | 5 | 61 | 75 | 134 | 24 | 0 | 114 | 301 | 125 | 15 |
| Binary | 101 | 110001 | 111101 | 1011100 | 10100 | 0 | 1001100 | 11000001 | 1010101 | 1101 |
Color Harmonies of #05313D
Complementary color
Monochromatic Colors of #05313D
Black with #05313D
Text Example
Text Example
White with #05313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05313D; }
p { color: rgb(5,49,61); }
H1.HeaderClassName
{
color: #05313D;
}
.AnyTagClassName
{
color: #05313D;
}
</style>
background-color css
<style>
a { background-color: #05313D; }
a { background-color: rgb(5,49,61); }
div.DivClassName
{
background-color: #05313D;
}
.BgClassName
{
background-color: #05313D;
}
</style>
border-color css
<style>
span { border-color: #05313D; }
span { border-color: rgb(5,49,61); }
td.TdClassName
{
border-color: #05313D;
}
.TagClassName
{
border-color: #05313D;
}
</style>