Shades of Nordic #07363D
Tints of Nordic #07363D
RGB
CMYK
RGB Variations
Color information
#07363D (or 0x07363D) is known color: Nordic. HEX triplet: 07, 36 and 3D. RGB value is (7,54,61). Sum of RGB (Red+Green+Blue) = 7+54+61=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #07363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07363D is #F8C9C2. Grayscale: #282828. Windows color (decimal): -16304579 or 4011527. OLE color: 4011527.
HSL color Cylindrical-coordinate representation of color #07363D: hue angle of 187.78º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07363D is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 54 | 61 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.76 |
| HSL | 187.78º | 0.79% | 0.13% | - |
| HSV(B) | 187.78º | 0.89% | 0.24% | - |
| XYZ | 2.25 | 3.02 | 4.88 | - |
| YUV | 40.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 61 | 0.89 | 0.11 | 0 | 0.76 | 187.78 | 0.79 | 0.13 |
| Hex | 7 | 36 | 3D | 59 | B | 0 | 4C | BC | 4F | D |
| Octal | 7 | 66 | 75 | 131 | 13 | 0 | 114 | 274 | 117 | 15 |
| Binary | 111 | 110110 | 111101 | 1011001 | 1011 | 0 | 1001100 | 10111100 | 1001111 | 1101 |
Color Harmonies of #07363D
Complementary color
Monochromatic Colors of #07363D
Black with #07363D
Text Example
Text Example
White with #07363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07363D; }
p { color: rgb(7,54,61); }
H1.HeaderClassName
{
color: #07363D;
}
.AnyTagClassName
{
color: #07363D;
}
</style>
background-color css
<style>
a { background-color: #07363D; }
a { background-color: rgb(7,54,61); }
div.DivClassName
{
background-color: #07363D;
}
.BgClassName
{
background-color: #07363D;
}
</style>
border-color css
<style>
span { border-color: #07363D; }
span { border-color: rgb(7,54,61); }
td.TdClassName
{
border-color: #07363D;
}
.TagClassName
{
border-color: #07363D;
}
</style>