Shades of Nordic #07363A
Tints of Nordic #07363A
RGB
CMYK
RGB Variations
Color information
#07363A (or 0x07363A) is known color: Nordic. HEX triplet: 07, 36 and 3A. RGB value is (7,54,58). Sum of RGB (Red+Green+Blue) = 7+54+58=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #07363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07363A is #F8C9C5. Grayscale: #282828. Windows color (decimal): -16304582 or 3814919. OLE color: 3814919.
HSL color Cylindrical-coordinate representation of color #07363A: hue angle of 184.71º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07363A is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 54 | 58 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.77 |
| HSL | 184.71º | 0.78% | 0.13% | - |
| HSV(B) | 184.71º | 0.88% | 0.23% | - |
| XYZ | 2.17 | 2.99 | 4.47 | - |
| YUV | 40.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 58 | 0.88 | 0.07 | 0 | 0.77 | 184.71 | 0.78 | 0.13 |
| Hex | 7 | 36 | 3A | 58 | 7 | 0 | 4D | B9 | 4E | D |
| Octal | 7 | 66 | 72 | 130 | 7 | 0 | 115 | 271 | 116 | 15 |
| Binary | 111 | 110110 | 111010 | 1011000 | 111 | 0 | 1001101 | 10111001 | 1001110 | 1101 |
Color Harmonies of #07363A
Complementary color
Monochromatic Colors of #07363A
Black with #07363A
Text Example
Text Example
White with #07363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07363A; }
p { color: rgb(7,54,58); }
H1.HeaderClassName
{
color: #07363A;
}
.AnyTagClassName
{
color: #07363A;
}
</style>
background-color css
<style>
a { background-color: #07363A; }
a { background-color: rgb(7,54,58); }
div.DivClassName
{
background-color: #07363A;
}
.BgClassName
{
background-color: #07363A;
}
</style>
border-color css
<style>
span { border-color: #07363A; }
span { border-color: rgb(7,54,58); }
td.TdClassName
{
border-color: #07363A;
}
.TagClassName
{
border-color: #07363A;
}
</style>