Shades of Nordic #07323D
Tints of Nordic #07323D
RGB
CMYK
RGB Variations
Color information
#07323D (or 0x07323D) is known color: Nordic. HEX triplet: 07, 32 and 3D. RGB value is (7,50,61). Sum of RGB (Red+Green+Blue) = 7+50+61=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #07323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07323D is #F8CDC2. Grayscale: #262626. Windows color (decimal): -16305603 or 4010503. OLE color: 4010503.
HSL color Cylindrical-coordinate representation of color #07323D: hue angle of 192.22º 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 #07323D is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 50 | 61 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.76 |
| HSL | 192.22º | 0.79% | 0.13% | - |
| HSV(B) | 192.22º | 0.89% | 0.24% | - |
| XYZ | 2.07 | 2.66 | 4.82 | - |
| YUV | 38.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 61 | 0.89 | 0.18 | 0 | 0.76 | 192.22 | 0.79 | 0.13 |
| Hex | 7 | 32 | 3D | 59 | 12 | 0 | 4C | C0 | 4F | D |
| Octal | 7 | 62 | 75 | 131 | 22 | 0 | 114 | 300 | 117 | 15 |
| Binary | 111 | 110010 | 111101 | 1011001 | 10010 | 0 | 1001100 | 11000000 | 1001111 | 1101 |
Color Harmonies of #07323D
Complementary color
Monochromatic Colors of #07323D
Black with #07323D
Text Example
Text Example
White with #07323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07323D; }
p { color: rgb(7,50,61); }
H1.HeaderClassName
{
color: #07323D;
}
.AnyTagClassName
{
color: #07323D;
}
</style>
background-color css
<style>
a { background-color: #07323D; }
a { background-color: rgb(7,50,61); }
div.DivClassName
{
background-color: #07323D;
}
.BgClassName
{
background-color: #07323D;
}
</style>
border-color css
<style>
span { border-color: #07323D; }
span { border-color: rgb(7,50,61); }
td.TdClassName
{
border-color: #07323D;
}
.TagClassName
{
border-color: #07323D;
}
</style>