Shades of Nordic #07313C
Tints of Nordic #07313C
RGB
CMYK
RGB Variations
Color information
#07313C (or 0x07313C) is known color: Nordic. HEX triplet: 07, 31 and 3C. RGB value is (7,49,60). Sum of RGB (Red+Green+Blue) = 7+49+60=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #07313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07313C is #F8CEC3. Grayscale: #252525. Windows color (decimal): -16305860 or 3944711. OLE color: 3944711.
HSL color Cylindrical-coordinate representation of color #07313C: hue angle of 192.45º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07313C is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 49 | 60 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.76 |
| HSL | 192.45º | 0.79% | 0.13% | - |
| HSV(B) | 192.45º | 0.88% | 0.24% | - |
| XYZ | 2 | 2.57 | 4.67 | - |
| YUV | 37.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 60 | 0.88 | 0.18 | 0 | 0.76 | 192.45 | 0.79 | 0.13 |
| Hex | 7 | 31 | 3C | 58 | 12 | 0 | 4C | C0 | 4F | D |
| Octal | 7 | 61 | 74 | 130 | 22 | 0 | 114 | 300 | 117 | 15 |
| Binary | 111 | 110001 | 111100 | 1011000 | 10010 | 0 | 1001100 | 11000000 | 1001111 | 1101 |
Color Harmonies of #07313C
Complementary color
Monochromatic Colors of #07313C
Black with #07313C
Text Example
Text Example
White with #07313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07313C; }
p { color: rgb(7,49,60); }
H1.HeaderClassName
{
color: #07313C;
}
.AnyTagClassName
{
color: #07313C;
}
</style>
background-color css
<style>
a { background-color: #07313C; }
a { background-color: rgb(7,49,60); }
div.DivClassName
{
background-color: #07313C;
}
.BgClassName
{
background-color: #07313C;
}
</style>
border-color css
<style>
span { border-color: #07313C; }
span { border-color: rgb(7,49,60); }
td.TdClassName
{
border-color: #07313C;
}
.TagClassName
{
border-color: #07313C;
}
</style>