Shades of Nordic #05313E
Tints of Nordic #05313E
RGB
CMYK
RGB Variations
Color information
#05313E (or 0x05313E) is known color: Nordic. HEX triplet: 05, 31 and 3E. RGB value is (5,49,62). Sum of RGB (Red+Green+Blue) = 5+49+62=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #05313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313E is #FACEC1. Grayscale: #252525. Windows color (decimal): -16436930 or 4075781. OLE color: 4075781.
HSL color Cylindrical-coordinate representation of color #05313E: hue angle of 193.68º 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 #05313E is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 49 | 62 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.76 |
| HSL | 193.68º | 0.85% | 0.13% | - |
| HSV(B) | 193.68º | 0.92% | 0.24% | - |
| XYZ | 2.03 | 2.58 | 4.95 | - |
| YUV | 37.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 62 | 0.92 | 0.21 | 0 | 0.76 | 193.68 | 0.85 | 0.13 |
| Hex | 5 | 31 | 3E | 5C | 15 | 0 | 4C | C2 | 55 | D |
| Octal | 5 | 61 | 76 | 134 | 25 | 0 | 114 | 302 | 125 | 15 |
| Binary | 101 | 110001 | 111110 | 1011100 | 10101 | 0 | 1001100 | 11000010 | 1010101 | 1101 |
Color Harmonies of #05313E
Complementary color
Monochromatic Colors of #05313E
Black with #05313E
Text Example
Text Example
White with #05313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05313E; }
p { color: rgb(5,49,62); }
H1.HeaderClassName
{
color: #05313E;
}
.AnyTagClassName
{
color: #05313E;
}
</style>
background-color css
<style>
a { background-color: #05313E; }
a { background-color: rgb(5,49,62); }
div.DivClassName
{
background-color: #05313E;
}
.BgClassName
{
background-color: #05313E;
}
</style>
border-color css
<style>
span { border-color: #05313E; }
span { border-color: rgb(5,49,62); }
td.TdClassName
{
border-color: #05313E;
}
.TagClassName
{
border-color: #05313E;
}
</style>