Shades of Nordic #07363F
Tints of Nordic #07363F
RGB
CMYK
RGB Variations
Color information
#07363F (or 0x07363F) is known color: Nordic. HEX triplet: 07, 36 and 3F. RGB value is (7,54,63). Sum of RGB (Red+Green+Blue) = 7+54+63=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #07363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07363F is #F8C9C0. Grayscale: #282828. Windows color (decimal): -16304577 or 4142599. OLE color: 4142599.
HSL color Cylindrical-coordinate representation of color #07363F: hue angle of 189.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07363F is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 54 | 63 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.75 |
| HSL | 189.64º | 0.8% | 0.14% | - |
| HSV(B) | 189.64º | 0.89% | 0.25% | - |
| XYZ | 2.3 | 3.04 | 5.17 | - |
| YUV | 40.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 63 | 0.89 | 0.14 | 0 | 0.75 | 189.64 | 0.8 | 0.14 |
| Hex | 7 | 36 | 3F | 59 | E | 0 | 4B | BE | 50 | E |
| Octal | 7 | 66 | 77 | 131 | 16 | 0 | 113 | 276 | 120 | 16 |
| Binary | 111 | 110110 | 111111 | 1011001 | 1110 | 0 | 1001011 | 10111110 | 1010000 | 1110 |
Color Harmonies of #07363F
Complementary color
Monochromatic Colors of #07363F
Black with #07363F
Text Example
Text Example
White with #07363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07363F; }
p { color: rgb(7,54,63); }
H1.HeaderClassName
{
color: #07363F;
}
.AnyTagClassName
{
color: #07363F;
}
</style>
background-color css
<style>
a { background-color: #07363F; }
a { background-color: rgb(7,54,63); }
div.DivClassName
{
background-color: #07363F;
}
.BgClassName
{
background-color: #07363F;
}
</style>
border-color css
<style>
span { border-color: #07363F; }
span { border-color: rgb(7,54,63); }
td.TdClassName
{
border-color: #07363F;
}
.TagClassName
{
border-color: #07363F;
}
</style>