Shades of Nordic #01313F
Tints of Nordic #01313F
RGB
CMYK
RGB Variations
Color information
#01313F (or 0x01313F) is known color: Nordic. HEX triplet: 01, 31 and 3F. RGB value is (1,49,63). Sum of RGB (Red+Green+Blue) = 1+49+63=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #01313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313F is #FECEC0. Grayscale: #242424. Windows color (decimal): -16699073 or 4141313. OLE color: 4141313.
HSL color Cylindrical-coordinate representation of color #01313F: hue angle of 193.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01313F is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 49 | 63 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.75 |
| HSL | 193.55º | 0.97% | 0.13% | - |
| HSV(B) | 193.55º | 0.98% | 0.25% | - |
| XYZ | 2.01 | 2.56 | 5.09 | - |
| YUV | 36.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 63 | 0.98 | 0.22 | 0 | 0.75 | 193.55 | 0.97 | 0.13 |
| Hex | 1 | 31 | 3F | 62 | 16 | 0 | 4B | C2 | 61 | D |
| Octal | 1 | 61 | 77 | 142 | 26 | 0 | 113 | 302 | 141 | 15 |
| Binary | 1 | 110001 | 111111 | 1100010 | 10110 | 0 | 1001011 | 11000010 | 1100001 | 1101 |
Color Harmonies of #01313F
Complementary color
Monochromatic Colors of #01313F
Black with #01313F
Text Example
Text Example
White with #01313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01313F; }
p { color: rgb(1,49,63); }
H1.HeaderClassName
{
color: #01313F;
}
.AnyTagClassName
{
color: #01313F;
}
</style>
background-color css
<style>
a { background-color: #01313F; }
a { background-color: rgb(1,49,63); }
div.DivClassName
{
background-color: #01313F;
}
.BgClassName
{
background-color: #01313F;
}
</style>
border-color css
<style>
span { border-color: #01313F; }
span { border-color: rgb(1,49,63); }
td.TdClassName
{
border-color: #01313F;
}
.TagClassName
{
border-color: #01313F;
}
</style>