Shades of Nordic #072B33
Tints of Nordic #072B33
RGB
CMYK
RGB Variations
Color information
#072B33 (or 0x072B33) is known color: Nordic. HEX triplet: 07, 2B and 33. RGB value is (7,43,51). Sum of RGB (Red+Green+Blue) = 7+43+51=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #072B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B33 is #F8D4CC. Grayscale: #212121. Windows color (decimal): -16307405 or 3353351. OLE color: 3353351.
HSL color Cylindrical-coordinate representation of color #072B33: hue angle of 190.91º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072B33 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 43 | 51 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.8 |
| HSL | 190.91º | 0.76% | 0.11% | - |
| HSV(B) | 190.91º | 0.86% | 0.2% | - |
| XYZ | 1.55 | 2.01 | 3.44 | - |
| YUV | 33.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 51 | 0.86 | 0.16 | 0 | 0.8 | 190.91 | 0.76 | 0.11 |
| Hex | 7 | 2B | 33 | 56 | 10 | 0 | 50 | BF | 4C | B |
| Octal | 7 | 53 | 63 | 126 | 20 | 0 | 120 | 277 | 114 | 13 |
| Binary | 111 | 101011 | 110011 | 1010110 | 10000 | 0 | 1010000 | 10111111 | 1001100 | 1011 |
Color Harmonies of #072B33
Complementary color
Monochromatic Colors of #072B33
Black with #072B33
Text Example
Text Example
White with #072B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B33; }
p { color: rgb(7,43,51); }
H1.HeaderClassName
{
color: #072B33;
}
.AnyTagClassName
{
color: #072B33;
}
</style>
background-color css
<style>
a { background-color: #072B33; }
a { background-color: rgb(7,43,51); }
div.DivClassName
{
background-color: #072B33;
}
.BgClassName
{
background-color: #072B33;
}
</style>
border-color css
<style>
span { border-color: #072B33; }
span { border-color: rgb(7,43,51); }
td.TdClassName
{
border-color: #072B33;
}
.TagClassName
{
border-color: #072B33;
}
</style>