Shades of Nordic #05313A
Tints of Nordic #05313A
RGB
CMYK
RGB Variations
Color information
#05313A (or 0x05313A) is known color: Nordic. HEX triplet: 05, 31 and 3A. RGB value is (5,49,58). Sum of RGB (Red+Green+Blue) = 5+49+58=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #05313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313A is #FACEC5. Grayscale: #242424. Windows color (decimal): -16436934 or 3813637. OLE color: 3813637.
HSL color Cylindrical-coordinate representation of color #05313A: hue angle of 190.19º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05313A is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 49 | 58 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.77 |
| HSL | 190.19º | 0.84% | 0.12% | - |
| HSV(B) | 190.19º | 0.91% | 0.23% | - |
| XYZ | 1.92 | 2.53 | 4.39 | - |
| YUV | 36.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 58 | 0.91 | 0.16 | 0 | 0.77 | 190.19 | 0.84 | 0.12 |
| Hex | 5 | 31 | 3A | 5B | 10 | 0 | 4D | BE | 54 | C |
| Octal | 5 | 61 | 72 | 133 | 20 | 0 | 115 | 276 | 124 | 14 |
| Binary | 101 | 110001 | 111010 | 1011011 | 10000 | 0 | 1001101 | 10111110 | 1010100 | 1100 |
Color Harmonies of #05313A
Complementary color
Monochromatic Colors of #05313A
Black with #05313A
Text Example
Text Example
White with #05313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05313A; }
p { color: rgb(5,49,58); }
H1.HeaderClassName
{
color: #05313A;
}
.AnyTagClassName
{
color: #05313A;
}
</style>
background-color css
<style>
a { background-color: #05313A; }
a { background-color: rgb(5,49,58); }
div.DivClassName
{
background-color: #05313A;
}
.BgClassName
{
background-color: #05313A;
}
</style>
border-color css
<style>
span { border-color: #05313A; }
span { border-color: rgb(5,49,58); }
td.TdClassName
{
border-color: #05313A;
}
.TagClassName
{
border-color: #05313A;
}
</style>